From 17c638f00a2115bc539c248401c83a9162af1950 Mon Sep 17 00:00:00 2001 From: matheucomth Date: Tue, 8 Nov 2022 23:13:21 -0300 Subject: [PATCH] universal7885: Set TARGET_KERNEL_OPTIONA_LD to true - Fixes clang-14: error: unable to execute command: Executable "ld" doesn't exist! clang-14: error: linker command failed with exit code 1 (use -v to see invocation) --- universal7885-common/BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 403968a..84194ee 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -69,6 +69,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 KERNEL_SUPPORTS_LLVM_TOOLS := true +TARGET_KERNEL_OPTIONAL_LD := true BOARD_USES_METADATA_PARTITION := true