brizental pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 74074250 by Beatriz Rizental at 2026-04-20T10:02:03-03:00 Bug 44848: Define android toochain location is geckoview mozconfig - - - - - 2 changed files: - projects/geckoview/mozconfig-upstream-firefox.in - projects/geckoview/mozconfig.in Changes: ===================================== projects/geckoview/mozconfig-upstream-firefox.in ===================================== @@ -11,7 +11,3 @@ ac_add_options --disable-bootstrap CC="clang" CXX="clang++" ac_add_options --enable-linker=lld - -ac_add_options --with-android-sdk=$ANDROID_HOME -ac_add_options --with-android-ndk=$ANDROID_NDK_HOME -ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle ===================================== projects/geckoview/mozconfig.in ===================================== @@ -5,6 +5,9 @@ END -%] ac_add_options --with-java-bin-path=/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin +ac_add_options --with-android-sdk=$ANDROID_HOME +ac_add_options --with-android-ndk=$ANDROID_NDK_HOME +ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %] export MOZ_INCLUDE_SOURCE_INFO=1 View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/74... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/74... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)