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)
This commit is contained in:
matheucomth 2022-11-08 23:13:21 -03:00 committed by roynatech2544
commit 17c638f00a

View file

@ -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