mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 01:34:46 -04:00
fix: install NDK for Glean
Signed-off-by: Akash Yadav <itsaky01@gmail.com>
This commit is contained in:
@@ -42,7 +42,8 @@ export PATH
|
||||
{ yes || true; } | sdkmanager --sdk_root="$ANDROID_HOME" --licenses
|
||||
|
||||
$SDK_MANAGER 'build-tools;36.0.0' # for GeckoView
|
||||
$SDK_MANAGER 'ndk;28.1.13356709' # for GleanAS; mozbuild; application-services
|
||||
$SDK_MANAGER 'ndk;28.0.13004108' # for GleanAS
|
||||
$SDK_MANAGER 'ndk;28.1.13356709' # for mozbuild; application-services
|
||||
|
||||
export ANDROID_NDK="$ANDROID_HOME/ndk/28.1.13356709"
|
||||
[ -d "$ANDROID_NDK" ] || {
|
||||
|
||||
Reference in New Issue
Block a user