mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Switch to LLVM utils and ld.lld
* fixes linker issues in T Signed-off-by: Gian <gianpaoloestacio5@gmail.com>
This commit is contained in:
parent
cf49588873
commit
9691bf38b8
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_universal7885
|
|||
# Kernel
|
||||
TARGET_KERNEL_ARCH := arm64
|
||||
BOARD_KERNEL_IMAGE_NAME := Image
|
||||
TARGET_KERNEL_ADDITIONAL_FLAGS += LD=ld.lld AR=llvm-ar NM=llvm-nm OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump STRIP=llvm-strip
|
||||
BOARD_KERNEL_BASE := 0x10000000
|
||||
BOARD_KERNEL_PAGESIZE := 2048
|
||||
BOARD_KERNEL_CMDLINE := androidboot.init_fatal_reboot_target=recovery
|
||||
|
|
|
|||
Loading…
Reference in a new issue