forked from openkylin/platform_build
Merge "Remove default BUILD_BROKEN_DUP_RULES := false"
This commit is contained in:
commit
aa47189e1c
|
@ -36,5 +36,3 @@ DEVICE_MATRIX_FILE := device/generic/goldfish/compatibility_matrix.xml
|
||||||
|
|
||||||
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common
|
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
|
|
||||||
BUILD_BROKEN_DUP_RULES := false
|
|
||||||
|
|
|
@ -61,5 +61,3 @@ ifeq ($(BOARD_AVB_ENABLE),true)
|
||||||
$(error BOARD_AVB_ENABLE cannot be set for Treble GSI)
|
$(error BOARD_AVB_ENABLE cannot be set for Treble GSI)
|
||||||
endif
|
endif
|
||||||
BOARD_BUILD_DISABLED_VBMETAIMAGE := true
|
BOARD_BUILD_DISABLED_VBMETAIMAGE := true
|
||||||
|
|
||||||
BUILD_BROKEN_DUP_RULES := false
|
|
||||||
|
|
Loading…
Reference in New Issue