summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-01-19 16:18:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-01-19 16:18:32 +0000
commit8f417834175d52b11b75e1ccd00f67142aee91bb (patch)
tree490cff3f36d845a6b2162a39cd15391ca7d04c76 /java/java.go
parent8cb1fbf205eed256a83cf27178299650b75d6cfc (diff)
parentcd964b3ea12e42da8c9886d98a786b9c7c7c9dd7 (diff)
Merge "Maintain uncompressed dex through hiddenapi encode"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index 209d0a703..9c4bd869e 100644
--- a/java/java.go
+++ b/java/java.go
@@ -1188,7 +1188,7 @@ func (j *Module) compile(ctx android.ModuleContext, extraSrcJars ...android.Path
}
if isBootJar {
hiddenAPIJar := android.PathForModuleOut(ctx, "hiddenapi", jarName)
- hiddenAPIEncodeDex(ctx, hiddenAPIJar, dexOutputFile)
+ hiddenAPIEncodeDex(ctx, hiddenAPIJar, dexOutputFile, j.deviceProperties.UncompressDex)
dexOutputFile = hiddenAPIJar
}
}