diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-06-19 22:28:20 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-09-23 18:15:08 +0200 |
commit | 8d022d72c758c301fa3c6f907157acda3ff4d6f1 (patch) | |
tree | 26e7c95519050dc94654bd948a8d18e400c87d2c /BoardConfigCommon.mk | |
parent | 81e65caa48bab3bbfe9d596e7c4a0ad58af77c8e (diff) |
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
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |