forked from openkylin/platform_build
Add BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW
A new sysprop neverallow rules are mandatory only for devices launching with R or later. For devices already launched, neverallow rules can be relaxed with adding following line to BoardConfig.mk: BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW := true Bug: 131162102 Test: Set PRODUCT_SHIPPING_API_LEVEL := 30 and try building with changing some system_public_prop to system_internal_prop Test: m cts sepolicy_tests Change-Id: I44a83af19b18b4116f83a3d5dc929f28bb8870ce
This commit is contained in:
parent
45c0f56ae9
commit
06fb4554f4
|
@ -87,6 +87,7 @@ _board_strip_readonly_list += $(_dynamic_partitions_var_list)
|
|||
_build_broken_var_list := \
|
||||
BUILD_BROKEN_DUP_RULES \
|
||||
BUILD_BROKEN_PREBUILT_ELF_FILES \
|
||||
BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW \
|
||||
BUILD_BROKEN_USES_NETWORK \
|
||||
|
||||
_build_broken_var_list += \
|
||||
|
|
Loading…
Reference in New Issue