diff options
author | Georg Veichtlbauer <georg@vware.at> | 2022-03-10 16:03:55 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-07 12:34:50 +0200 |
commit | 3344925a0e4c2b12aeed96e958104346af39a06b (patch) | |
tree | 7be7868d33fac788b3a9a6d6842fe34c0a1c438e /BoardConfigCommon.mk | |
parent | 03211cbd9023822e5b3ffcb3b1878f526f018dd4 (diff) |
msm8996-common: Remove CLANG compile flag
Defaults to true now project-wide.
Change-Id: I1e0ff5adadc889d81c90c816457a72d2621e4b5a
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 30f6932..c4a8335 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -48,7 +48,6 @@ BOARD_KERNEL_TAGS_OFFSET := 0x00000100 BOARD_RAMDISK_OFFSET := 0x01000000 TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 -TARGET_KERNEL_CLANG_COMPILE := true BUILD_BROKEN_DUP_RULES := true |