Merge "[soong] new field in Android.bp to request APK signing V4"
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user