Home
last modified time | relevance | path

Searched refs:BuildBrokenVendorPropertyNamespace (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/make/core/
H A Dsoong_config.mk257 $(call add_json_bool, BuildBrokenVendorPropertyNamespace, $(filter true,$(BUILD_BROKEN_VENDOR_PROPE…
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go420 if !ctx.DeviceConfig().BuildBrokenVendorPropertyNamespace() {
/aosp12/build/soong/android/
H A Dvariable.go388 BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` member
H A Dconfig.go1501 func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool { func
1502 return c.config.productVariables.BuildBrokenVendorPropertyNamespace