Commit 872cff7c authored by Dan Ballard's avatar Dan Ballard
Browse files

geckoview tools in tor-browser moved into their own directory (fat-aar)

parent debb3452
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 \