diff options
author | Ramii Ahmed <ramy@ahmedramy.com> | 2022-03-31 20:14:51 +0000 |
---|---|---|
committer | Ramii Ahmed <ramy@ahmedramy.com> | 2022-05-23 17:19:26 +0000 |
commit | 4215b32349803a34f6a75153c1907c20238e86fa (patch) | |
tree | c505263819a50fd9d662513c5d19be5a1ab9a016 | |
parent | 894bd76713d77502182ba3460a4d84c81ddd27c3 (diff) |
veux: Allow broken duplicate build rules
Change-Id: Icc7f1445a7ef12d1db9c49ddc1800e4476196411
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6035292..63649e3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -9,6 +9,9 @@ DEVICE_PATH := device/xiaomi/veux # Inherit from sm6375-common include device/xiaomi/sm6375-common/BoardConfigCommon.mk +# Build Broken +BUILD_BROKEN_DUP_RULES := true + # Display TARGET_SCREEN_DENSITY := 440 |