From 8d022d72c758c301fa3c6f907157acda3ff4d6f1 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 19 Jun 2018 22:28:20 -0700 Subject: msm8996-common: build have overriding commands These products have 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, walleye still uses a warning Change-Id: I11d194863b313f64b19291f65219682b169d9ced --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 39779fd..f0e8be3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -52,6 +52,8 @@ TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 TARGET_KERNEL_CLANG_COMPILE := true +BUILD_BROKEN_DUP_RULES := true + # Platform TARGET_BOARD_PLATFORM := msm8996 TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 -- cgit v1.2.3