From 97d87e7a6e342e1d26db06cd623c7a530a07b8bc Mon Sep 17 00:00:00 2001 From: Sandeep-FED Date: Sat, 15 Oct 2022 06:36:37 +0000 Subject: [PATCH] sm7250-common: set kernel toolchain path *git clone --depth=1 https://github.com/kdrag0n/proton-clang prebuilts/clang/host/linux-x86/clang-proton Signed-off-by: Sandeep-FED --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f96511b..41817da 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -55,6 +55,7 @@ TARGET_KERNEL_SOURCE := kernel/oneplus/$(TARGET_DEVICE) TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CONFIG := vendor/lito-perf_defconfig TARGET_KERNEL_CLANG_VERSION := proton +KERNEL_TOOLCHAIN_PATH := $(shell pwd)/prebuilts/clang/host/linux-x86/clang-proton/bin/aarch64-linux-gnu- # Platform BOARD_USES_QCOM_HARDWARE := true