From d1f319bc4874919055388fdcd175374a5de9075d Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 14 Aug 2018 13:23:49 -0700 Subject: [PATCH] Remove default BUILD_BROKEN_DUP_RULES := false This is now false by default. Bug: 77611511 Test: build_test on git_master Change-Id: I37ad52a3846c77da184725e7d6f4daae9f4b7f1c --- target/board/BoardConfigEmuCommon.mk | 2 -- target/board/treble_common.mk | 2 -- 2 files changed, 4 deletions(-) diff --git a/target/board/BoardConfigEmuCommon.mk b/target/board/BoardConfigEmuCommon.mk index e8a562a22..ca2176c73 100644 --- a/target/board/BoardConfigEmuCommon.mk +++ b/target/board/BoardConfigEmuCommon.mk @@ -36,5 +36,3 @@ DEVICE_MATRIX_FILE := device/generic/goldfish/compatibility_matrix.xml BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true - -BUILD_BROKEN_DUP_RULES := false diff --git a/target/board/treble_common.mk b/target/board/treble_common.mk index 7da7b30d4..3df2e9360 100644 --- a/target/board/treble_common.mk +++ b/target/board/treble_common.mk @@ -62,5 +62,3 @@ ifeq ($(BOARD_AVB_ENABLE),true) $(error BOARD_AVB_ENABLE cannot be set for Treble GSI) endif BOARD_BUILD_DISABLED_VBMETAIMAGE := true - -BUILD_BROKEN_DUP_RULES := false