diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d93b90171e321bdcb41fe1cd171ba9ab0baddb69..05e94490f52a11947180075436185757e5aeca9d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -91,7 +91,10 @@ KERNEL_LD := LD=ld.lld BOARD_BOOT_HEADER_VERSION := 3 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) -TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc LLVM=1 +TARGET_KERNEL_ADDITIONAL_FLAGS := \ + DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc \ + LLVM=1 \ + TARGET_PRODUCT=$(PRODUCT_DEVICE) TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_SOURCE := kernel/xiaomi/sm8350