From 73027c3459b2597474d01731810aa2c8a5cd3efb Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Thu, 8 Sep 2022 08:59:27 +0000 Subject: [PATCH] universal7885: Use flag to override binutils to LLVM binutils --- universal7885-common/BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 2b6ff54..296f971 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -71,7 +71,7 @@ BOARD_KERNEL_CMDLINE := androidboot.init_fatal_reboot_target=recovery BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 TARGET_KERNEL_SOURCE := kernel/samsung/exynos7885 TARGET_KERNEL_CLANG_COMPILE := true -KERNEL_LD := LD=ld.lld +KERNEL_SUPPORTS_LLVM_TOOLS := true BOARD_USES_METADATA_PARTITION := true