Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
872cff7c
by Dan Ballard at 2024-04-09T11:41:30-07:00
1 changed file:
Changes:
| ... | ... | @@ -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 \
 |