From f74425846cfffc2e3b47cddf20b4f3ea96adb955 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 19 Jun 2018 22:28:20 -0700 Subject: [PATCH] davinci: Builds have overriding commands This product has warnings about overriding build commands, which means that there are multiple instructions on how to build a file, and we've just picked one of them. Which one we pick is usually stable, but it can change. Bug: 77611511 Test: turn default to false, davinci still uses a warning Change-Id: I11d194863b313f64b19291f65219682b169d9ced --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index c60d57b..b70a5c2 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,5 +18,7 @@ BOARD_VENDOR := xiaomi DEVICE_PATH := device/xiaomi/davinci +BUILD_BROKEN_DUP_RULES := true + # Inherit from proprietary files include vendor/xiaomi/davinci/BoardConfigVendor.mk