aboutsummaryrefslogtreecommitdiffstats
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 523ac263..8557faee 100644
--- a/apex/vndk_test.go
+++ b/apex/vndk_test.go
@@ -155,6 +155,7 @@ func TestVndkApexUsesVendorVariant(t *testing.T) {
sdk_version: "current",
}
`, func(fs map[string][]byte, config android.Config) {
+ config.TestProductVariables.GcovCoverage = proptools.BoolPtr(true)
config.TestProductVariables.Native_coverage = proptools.BoolPtr(true)
})