diff options
| author | 2024-11-15 21:11:09 +0000 | |
|---|---|---|
| committer | 2024-11-15 21:11:09 +0000 | |
| commit | bd7edf5d461139c7244c96e3e185d3fea1b68117 (patch) | |
| tree | 574f28acfdd63b12ab677ebf3b131636f34cc5ec /java/java_test.go | |
| parent | 2acff67025862344a69496435ccba00f29165801 (diff) | |
| parent | 4169898d8c9a6522ebf2c830bf677004583a5a31 (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.go | 1 |
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, } `) |