Add BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE to BoardConfig

Bug: 175526482
Test: m vendor_property_contexts after making violations
Change-Id: I489312f07e068c3c0e0b7bd6e6c49698707aa9a8
This commit is contained in:
Inseob Kim
2021-02-03 18:16:46 +09:00
parent 60c32f0102
commit 0cac7b4a5b
2 changed files with 6 additions and 0 deletions

View File

@@ -1431,6 +1431,10 @@ func (c *deviceConfig) ShippingApiLevel() ApiLevel {
return uncheckedFinalApiLevel(apiLevel)
}
func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool {
return c.config.productVariables.BuildBrokenVendorPropertyNamespace
}
// The ConfiguredJarList struct provides methods for handling a list of (apex, jar) pairs.
// Such lists are used in the build system for things like bootclasspath jars or system server jars.
// The apex part is either an apex name, or a special names "platform" or "system_ext". Jar is a