diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ec19346f..a4774d4c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -69,6 +69,10 @@ 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