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
1 changed file:
Changes:
| ... | ... | @@ -6,8 +6,10 @@ |
| 6 | 6 | |
| 7 | 7 | ac_add_options --with-java-bin-path=/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin
|
| 8 | 8 | ac_add_options --with-android-sdk=$ANDROID_HOME
|
| 9 | -ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
|
|
| 10 | 9 | ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
|
| 10 | +[% IF c("step") != "build_apk" -%]
|
|
| 11 | + ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
|
|
| 12 | +[% END -%]
|
|
| 11 | 13 | |
| 12 | 14 | mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
|
| 13 | 15 | export MOZ_INCLUDE_SOURCE_INFO=1
|