diff options
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/java/java.go b/java/java.go index f651884c3..1a73133e4 100644 --- a/java/java.go +++ b/java/java.go @@ -257,6 +257,8 @@ type CompilerDeviceProperties struct {  	// When targeting 1.9, override the modules to use with --system  	System_modules *string + +	UncompressDex bool `blueprint:"mutated"`  }  // Module contains the properties and members used by all java module types |