Skip to content

Commit

Permalink
ANDROID_BUILD_TOOLS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Oct 30, 2024
1 parent d986aff commit 961358b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion automation/iceraven/install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
export ANDROID_SDK_ROOT=$HOME/android-sdk/android-sdk-linux

# Install the weirdly missing NDK
${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager "ndk;27.0.12077973"
${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager "ndk;27.2.12479018"

# Point the build at the tools
echo "sdk.dir=${ANDROID_SDK_ROOT}" >> local.properties
1 change: 1 addition & 0 deletions gradle/mozconfig.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gradle.ext.mozconfig.substs.MOZ_APP_VERSION = file("${projectRootDir}/version.tx
gradle.ext.mozconfig.substs.MOZ_ANDROID_FAT_AAR_ARCHITECTURES = true
gradle.ext.mozconfig.substs.MOZ_UPDATE_CHANNEL = 'release'
gradle.ext.mozconfig.substs.ALLOW_INSECURE_GRADLE_REPOSITORIES = true
gradle.ext.mozconfig.substs.ANDROID_BUILD_TOOLS_VERSION = "35.0.0" // build/moz.configure/android-sdk.configure#L61
gradle.ext.mozconfig.topobjdir = System.getProperty("user.dir")

gradle.ext.vcsHashFileContent = false
Expand Down

0 comments on commit 961358b

Please sign in to comment.