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
2 changed files:
Changes:
| ... | ... | @@ -11,7 +11,3 @@ ac_add_options --disable-bootstrap |
| 11 | 11 | CC="clang"
|
| 12 | 12 | CXX="clang++"
|
| 13 | 13 | ac_add_options --enable-linker=lld |
| 14 | - |
|
| 15 | -ac_add_options --with-android-sdk=$ANDROID_HOME
|
|
| 16 | -ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
|
|
| 17 | -ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle |
| ... | ... | @@ -5,6 +5,9 @@ |
| 5 | 5 | END -%]
|
| 6 | 6 | |
| 7 | 7 | ac_add_options --with-java-bin-path=/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin
|
| 8 | +ac_add_options --with-android-sdk=$ANDROID_HOME
|
|
| 9 | +ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
|
|
| 10 | +ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
|
|
| 8 | 11 | |
| 9 | 12 | mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
|
| 10 | 13 | export MOZ_INCLUDE_SOURCE_INFO=1
|