From 995cbb083dff7724ae41902e543b38cd9c45222c Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Sat, 3 Aug 2024 11:50:15 +0300 Subject: [PATCH] Revert "sdm660-common: build kernel with clang 14.0.7" This reverts commit 952c7d9cf1bbfde41dc3f92ad994c30ba0824c04. --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 060a01c9..4c0c9053 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -69,10 +69,6 @@ TARGET_NO_BOOTLOADER := true # Build Rules BUILD_BROKEN_DUP_RULES := true -# Clang -TARGET_KERNEL_CLANG_COMPILE := true -TARGET_KERNEL_CLANG_VERSION := 8508608 - # ConfigFS TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs