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 geckoview tools in tor-browser moved into their own directory (fat-aar)
- - - - -
1 changed file:
- projects/geckoview/build
Changes:
===================================== projects/geckoview/build ===================================== @@ -89,8 +89,9 @@ export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %] MOZCONFIG_EOF
echo "Starting the creation of the fake fat AAR $(date)" - pushd tools/torbrowser - make fat-aar ARCHS="[% c('arch') %]" + pushd tools/geckoview + touch android-env.sh + make fataar ARCHS="[% c('arch') %]" popd MOZCONFIG=mozconfig-android-all ./mach gradle \ geckoview:publishWithGeckoBinariesDebugPublicationToMavenLocal \
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/87...
tor-commits@lists.torproject.org