diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7a2fe45..d807c80 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -73,6 +73,7 @@ BOARD_BOOT_HEADER_VERSION := 2 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) 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