Add BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE to BoardConfig

Bug: 175526482
Test: m vendor_property_contexts after making violations
Change-Id: I81512fefbe952ecaf31fd4b5d276fd32c6253c7f
This commit is contained in:
Inseob Kim 2021-02-03 18:17:49 +09:00
parent a0884b90ae
commit 43f4ef0221
2 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,7 @@ _build_broken_var_list := \
BUILD_BROKEN_PREBUILT_ELF_FILES \
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW \
BUILD_BROKEN_USES_NETWORK \
BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE \
BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES \
_build_broken_var_list += \

View File

@ -241,6 +241,8 @@ $(call add_json_str, PrebuiltHiddenApiDir, $(BOARD_PREBUILT_HIDDENAPI_DIR))
$(call add_json_str, ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))
$(call add_json_bool, BuildBrokenVendorPropertyNamespace, $(BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE))
$(call json_end)
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))