Skip to content

Commit

Permalink
Adds support for ApkSignerTool and APK signature schema v2 behind --a…
Browse files Browse the repository at this point in the history
…pk_signing_method flag. Default is legacy_v1 which is the already existing functionality.

Promotes AndroidBinary.ApkActionBuilder to a toplevel abstract class ApkActionsBuilder with two implementations, one for default signing/zipaligning and one for ApkSignerTool based signing/zipaligning. In addition to build the action for constructing the APK, it now responsible for orchestrating the various tools to build, sign and zipalign the APK.

--
MOS_MIGRATED_REVID=131889338
  • Loading branch information
aj-michael authored and aehlig committed Sep 1, 2016
1 parent 60a7e63 commit 602f3ae
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 239 deletions.
Loading

0 comments on commit 602f3ae

Please sign in to comment.