summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index 326d278c7..43f97acda 100644
--- a/java/java.go
+++ b/java/java.go
@@ -466,7 +466,8 @@ func (j *Module) compile(ctx android.ModuleContext) {
j.classpathFile = outputFile
- if j.deviceProperties.Dex && len(srcFiles) > 0 {
+ // TODO(ccross): handle hostdex
+ if ctx.Device() && len(srcFiles) > 0 {
dxFlags := j.deviceProperties.Dxflags
if false /* emma enabled */ {
// If you instrument class files that have local variable debug information in