[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-150.0a1-16.0-1] fixup! Base Browser's .mozconfigs.



Title: GitLab

brizental pushed to branch tor-browser-150.0a1-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 3c3fa1b8
    by Beatriz Rizental at 2026-04-22T11:36:21-03:00
    fixup! Base Browser's .mozconfigs.
    
    Bug 44848: Stop overwriting Android toolchain paths.
    Keep the overwrites only on tor-browser-build.
    

2 changed files:

Changes:

  • browser/config/mozconfigs/base-browser-android
    ... ... @@ -13,20 +13,6 @@ CC="clang"
    13 13
     CXX="clang++"
    
    14 14
     ac_add_options --enable-linker=lld
    
    15 15
     
    
    16
    -if test -n "$ANDROID_HOME"; then
    
    17
    -    ac_add_options --with-android-sdk=$ANDROID_HOME
    
    18
    -fi
    
    19
    -
    
    20
    -if test -n "$ANDROID_NDK_HOME"; then
    
    21
    -  ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
    
    22
    -fi
    
    23
    -
    
    24
    -if test -n "$GRADLE_HOME"; then
    
    25
    -    ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
    
    26
    -fi
    
    27
    -# Otherwise (as per /mobile/android/gradle.config) a version will be downloaded by the gradle wrapper when needed
    
    28
    -# so don't use this override, and let it do it's thing
    
    29
    -
    
    30 16
     ac_add_options --enable-strip
    
    31 17
     ac_add_options --enable-install-strip
    
    32 18
     ac_add_options --disable-tests
    

  • mozconfig-android-all
    ... ... @@ -8,10 +8,6 @@ ac_add_options --enable-application=mobile/android
    8 8
     
    
    9 9
     ac_add_options --disable-compile-environment
    
    10 10
     
    
    11
    -ac_add_options --with-java-bin-path=$JAVA_HOME/bin
    
    12
    -ac_add_options --with-android-sdk=$ANDROID_HOME
    
    13
    -ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
    
    14
    -
    
    15 11
     ac_add_options --disable-tests
    
    16 12
     ac_add_options --disable-debug
    
    17 13
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx