mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
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:
parent
93b7f9edff
commit
cae7a51855
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user