dre: Move LLVM=1 and LLVM_IAS=1 to BoardConfigKernel
Change-Id: I994ed59207aaad159d8f5363be21a0a1357374e6
This commit is contained in:
parent
6dba679fe2
commit
e57cbb4e30
1 changed files with 1 additions and 4 deletions
|
@ -114,10 +114,7 @@ BOARD_KERNEL_PAGESIZE := 4096
|
||||||
BOARD_KERNEL_SEPARATED_DTBO := true
|
BOARD_KERNEL_SEPARATED_DTBO := true
|
||||||
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||||
BOARD_RAMDISK_USE_LZ4 := true
|
BOARD_RAMDISK_USE_LZ4 := true
|
||||||
TARGET_KERNEL_ADDITIONAL_FLAGS := \
|
TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc
|
||||||
DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc \
|
|
||||||
LLVM=1 \
|
|
||||||
LLVM_IAS=1
|
|
||||||
TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350
|
TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350
|
||||||
TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig
|
TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue