Merge "[soong] new field in Android.bp to request APK signing V4" into rvc-dev am: 0ed9a7d674

Change-Id: Ib6d9dd7d7870e9d24357a39551db48a7173639a4
This commit is contained in:
Songchun Fan
2020-03-26 18:03:41 +00:00
committed by Automerger Merge Worker
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 {