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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 44848: Do not set the NDK when bulding the APK.



Title: GitLab

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:

Changes:

  • projects/geckoview/mozconfig.in
    ... ... @@ -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
    

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