diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 988514dea..0ea4e6408 100644 --- a/java/testing.go +++ b/java/testing.go @@ -190,6 +190,7 @@ var PrepareForTestWithJacocoInstrumentation = android.GroupFixturePreparers( "//apex_available:anyapex", "//apex_available:platform", ], + compile_dex: true, } `)), ) @@ -427,7 +428,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", + "aconfig_storage_stub", "unsupportedappusage", } |