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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41843: Avoid storing unused universal apks



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 777d1539
    by Nicolas Vigier at 2026-07-29T15:51:51+02:00
    Bug 41843: Avoid storing unused universal apks
    

1 changed file:

Changes:

  • projects/geckoview/build_ac_fenix.sh
    ... ... @@ -63,3 +63,6 @@ mv $objdir/gradle/build/mobile/android/fenix/app/outputs/apk/$variant/*.apk $out
    63 63
     mv $objdir/gradle/build/mobile/android/fenix/app/outputs/apk/androidTest/$variant/*.apk $outdir/[% project %]/tests
    
    64 64
     
    
    65 65
     popd
    
    66
    +
    
    67
    +# Remove universal apk files, since we don't use them (tor-browser-build#41843)
    
    68
    +find $outdir/[% project %] -name 'app-universal-*.apk' -delete

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