From 6452684b14420af583ac4c45c47cd0d7c0667e20 Mon Sep 17 00:00:00 2001 From: manikantaraavi Date: Sat, 3 Sep 2022 01:40:40 +0000 Subject: [PATCH] sm7250-common: Use Proton CLANG Signed-off-by: manikantaraavi --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 715f5be..f96511b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -54,6 +54,7 @@ TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/ TARGET_KERNEL_SOURCE := kernel/oneplus/$(TARGET_DEVICE) TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CONFIG := vendor/lito-perf_defconfig +TARGET_KERNEL_CLANG_VERSION := proton # Platform BOARD_USES_QCOM_HARDWARE := true