summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-11-15 21:11:09 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-15 21:11:09 +0000
commitbd7edf5d461139c7244c96e3e185d3fea1b68117 (patch)
tree574f28acfdd63b12ab677ebf3b131636f34cc5ec /java/java_test.go
parent2acff67025862344a69496435ccba00f29165801 (diff)
parent4169898d8c9a6522ebf2c830bf677004583a5a31 (diff)
Merge "Only coverage instrument device modules that are being compiled to dex" into main
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 54eb3e14e..d415679bd 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -3050,6 +3050,7 @@ func TestCoverage(t *testing.T) {
java_library {
name: "android.car",
srcs: ["android.car.java"],
+ installable: true,
}
`)