summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-10-26 00:00:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-26 00:00:12 +0000
commitcbc64dcafe0e83a64d569917d5e6e369ab08f6cc (patch)
treee03f2f846e7719b868c5d20e18a56a5ec8d0260a /java/java.go
parent33195833dedf2c4a402d27bdb51540210027b1fe (diff)
parent5a0dcd5acf0788a8bd97d903a40b5d7931e5b2cd (diff)
Merge "Store dex files uncompressed and unstripped in privileged APKs"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
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