diff options
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/java/java.go b/java/java.go index 0188cf1a2..8ce982e1a 100644 --- a/java/java.go +++ b/java/java.go @@ -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 { |