Add native_coverage to product variables
Allow native_coverage to adjust sources in product_variables. Fixes: 148088129 Test: m checkbuild Change-Id: I9c9d491cda92d69726a0d598408de2060241365b
This commit is contained in:
@@ -82,7 +82,7 @@ func TestVndkApexUsesVendorVariant(t *testing.T) {
|
||||
notice: "custom_notice",
|
||||
}
|
||||
`, func(fs map[string][]byte, config android.Config) {
|
||||
config.TestProductVariables.NativeCoverage = proptools.BoolPtr(true)
|
||||
config.TestProductVariables.Native_coverage = proptools.BoolPtr(true)
|
||||
})
|
||||
|
||||
files := getFiles(t, ctx, "myapex", "android_common_image")
|
||||
|
Reference in New Issue
Block a user