Bug 1727070 - libncurses5 is necessary to do native debugging in Android Studio on Debian and derivatives. r=glandium DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D123343
This commit is contained in:
Paul Adenot 2021-08-24 09:20:00 +00:00
parent 93b7f9edff
commit cae7a51855

View File

@ -66,6 +66,7 @@ class DebianBootstrapper(LinuxBootstrapper, BaseBootstrapper):
MOBILE_ANDROID_COMMON_PACKAGES = [
"openjdk-8-jdk-headless", # Android's `sdkmanager` requires Java 1.8 exactly.
"wget", # For downloading the Android SDK and NDK.
"libncurses5", # For native debugging in Android Studio
]
def __init__(self, distro, version, dist_id, codename, **kwargs):