Merge "[soong] new field in Android.bp to request APK signing V4"

This commit is contained in:
Treehugger Robot
2020-04-05 02:14:41 +00:00
committed by Gerrit Code Review
4 changed files with 94 additions and 8 deletions

View File

@@ -325,6 +325,10 @@ type CompilerDeviceProperties struct {
UncompressDex bool `blueprint:"mutated"`
IsSDKLibrary bool `blueprint:"mutated"`
// If true, generate the signature file of APK Signing Scheme V4, along side the signed APK file.
// Defaults to false.
V4_signature *bool
}
func (me *CompilerDeviceProperties) EffectiveOptimizeEnabled() bool {