summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-11-18 21:01:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-18 21:01:40 +0000
commite99f07cec965fe11f1116b87cd8235ae8434b2f8 (patch)
treeb21b83baf2607555b2a389a47ecab9b5e8b03fa6 /java/testing.go
parent8cf741ab02dc2feb07e843232d897ed0413a9c39 (diff)
parente4f34886916e5ef36abe8346829dec51020ae0f0 (diff)
Merge "Don't use DirectlyInAnyApex to enable dex and coverage" into main
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go
index 988514dea..cb3245ba7 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,
}
`)),
)