Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for ApkSignerTool and APK signature schema v2 behind --a…
…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