diff options
author | Nanhumly <admin@warbler.cc> | 2023-05-30 09:54:30 +0000 |
---|---|---|
committer | Nanhumly <admin@warbler.cc> | 2023-08-03 11:37:27 +0000 |
commit | f85a719de46c655c1663b4b81c99440174e1f6ac (patch) | |
tree | 8f433f7e61b6ef34c0dbb4410d65f9c881e04f0d | |
parent | 52643ee226e649ca5d662a5ed9523598e4706437 (diff) |
msm8996-common: Unset BUILD_BROKEN_DUP_RULES
* Everything is working well
Change-Id: Ie6aa9ca4559e452a0db645cbb4653b010f06518b
Signed-off-by: Nanhumly <admin@warbler.cc>
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ca10f3f..d2ac852 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,8 +46,6 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 -BUILD_BROKEN_DUP_RULES := true - # Platform TARGET_BOARD_PLATFORM := msm8996 |