mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
0e98cf262f
commit
17c638f00a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue