diff options
author | 2024-11-18 21:01:40 +0000 | |
---|---|---|
committer | 2024-11-18 21:01:40 +0000 | |
commit | e99f07cec965fe11f1116b87cd8235ae8434b2f8 (patch) | |
tree | b21b83baf2607555b2a389a47ecab9b5e8b03fa6 /java/testing.go | |
parent | 8cf741ab02dc2feb07e843232d897ed0413a9c39 (diff) | |
parent | e4f34886916e5ef36abe8346829dec51020ae0f0 (diff) |
Merge "Don't use DirectlyInAnyApex to enable dex and coverage" into main
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 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, } `)), ) |