From 8fcfeb06e3f6361ee0af3ef211edce365b2c02b0 Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Mon, 4 Jun 2018 22:28:24 +0530 Subject: [PATCH] whyred: Build kernel with clang --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 7bea93c..51fb3c3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -52,6 +52,7 @@ TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/xiaomi/sdm660 TARGET_KERNEL_CONFIG := whyred-perf_defconfig TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- +TARGET_KERNEL_CLANG_COMPILE := true # Inherit from proprietary files