diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 70c857f39..322dc9ec6 100644 --- a/java/testing.go +++ b/java/testing.go @@ -145,6 +145,7 @@ func GatherRequiredDepsForTest() string { srcs: ["a.java"], sdk_version: "none", system_modules: "stable-core-platform-api-stubs-system-modules", + compile_dex: true, } `, extra) } |