forked from openkylin/platform_build
Set BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE for goldfish
device/generic/goldfish/sepolicy/common/property_contexts still contains violations, so temporarily setting build_broken to relax vendor property check. Bug: 176210699 Test: m vendor_property_contexts Change-Id: Ia7d7830a7e994fd0766fd8854524bb6f9fa5cce6
This commit is contained in:
parent
43f4ef0221
commit
05d595194b
|
@ -90,3 +90,6 @@ BOARD_FLASH_BLOCK_SIZE := 512
|
|||
DEVICE_MATRIX_FILE := device/generic/goldfish/compatibility_matrix.xml
|
||||
|
||||
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common
|
||||
|
||||
# b/176210699: remove this
|
||||
BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
|
||||
|
|
Loading…
Reference in New Issue