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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.5-1] fixup! fixup! [android] Modify build system



Title: GitLab

Dan Ballard pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 8cee8bc2
    by Dan Ballard at 2025-02-20T18:24:27+00:00
    fixup! fixup! [android] Modify build system
    
    bug 42669: fenix dir missing from nimbusFml path
    

1 changed file:

Changes:

  • mobile/android/fenix/app/build.gradle
    ... ... @@ -315,7 +315,7 @@ android.applicationVariants.configureEach { variant ->
    315 315
         if (project.hasProperty("disableTor")) {
    
    316 316
             disableTor = project.getProperty("disableTor")
    
    317 317
         }
    
    318
    -    System.setProperty("nimbusFml", "${topsrcdir}/mobile/android/tools/nimbus-fml")
    
    318
    +    System.setProperty("nimbusFml", "${topsrcdir}/mobile/android/fenix/tools/nimbus-fml")
    
    319 319
     
    
    320 320
         println("----------------------------------------------")
    
    321 321
         println("Variant name:      " + variant.name)
    

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