summaryrefslogtreecommitdiff
path: root/apex/vndk_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/vndk_test.go')
-rw-r--r--apex/vndk_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/vndk_test.go b/apex/vndk_test.go
index 05cdfcd92..60b6ed5cd 100644
--- a/apex/vndk_test.go
+++ b/apex/vndk_test.go
@@ -118,6 +118,7 @@ func TestVndkApexUsesVendorVariant(t *testing.T) {
t.Run("VNDK APEX supports coverage variants", func(t *testing.T) {
ctx, _ := testApex(t, bp, func(fs map[string][]byte, config android.Config) {
+ config.TestProductVariables.GcovCoverage = proptools.BoolPtr(true)
config.TestProductVariables.Native_coverage = proptools.BoolPtr(true)
})