Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: b0602919 by Pier Angelo Vendrame at 2026-04-20T19:20:37+02:00 Bug 44848: Do not set the NDK when bulding the APK. That setting is not supported when disabling the compile environment. - - - - - 1 changed file: - projects/geckoview/mozconfig.in Changes: ===================================== projects/geckoview/mozconfig.in ===================================== @@ -6,8 +6,10 @@ 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 +[% IF c("step") != "build_apk" -%] + ac_add_options --with-android-ndk=$ANDROID_NDK_HOME +[% END -%] 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/b0... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b0... 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