Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/geckoview/build
    ... ... @@ -89,8 +89,9 @@ export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %]
    89 89
     MOZCONFIG_EOF
    
    90 90
     
    
    91 91
       echo "Starting the creation of the fake fat AAR $(date)"
    
    92
    -  pushd tools/torbrowser
    
    93
    -  make fat-aar ARCHS="[% c('arch') %]"
    
    92
    +  pushd tools/geckoview
    
    93
    +  touch android-env.sh
    
    94
    +  make fataar ARCHS="[% c('arch') %]"
    
    94 95
       popd
    
    95 96
       MOZCONFIG=mozconfig-android-all ./mach gradle \
    
    96 97
         geckoview:publishWithGeckoBinariesDebugPublicationToMavenLocal \