diff --git a/BoardConfig.mk b/BoardConfig.mk index bb85758..0739e58 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -88,9 +88,10 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true KERNEL_LD := LD=ld.lld TARGET_KERNEL_ARCH := arm64 -TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CONFIG := cust_defconfig TARGET_KERNEL_SOURCE := kernel/xiaomi/sm6250 +TARGET_KERNEL_CLANG_COMPILE := true +TARGET_KERNEL_CLANG_VERSION := r383902b BOARD_KERNEL_CMDLINE += androidboot.console=ttyMSM0 BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom