guacamoleb: BoardConfig: enable CLANG
This commit is contained in:
parent
92de26428f
commit
c61453fbbe
|
@ -45,6 +45,8 @@ TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
|
||||||
BOARD_KERNEL_IMAGE_NAME := Image-dtb
|
BOARD_KERNEL_IMAGE_NAME := Image-dtb
|
||||||
TARGET_KERNEL_SOURCE := kernel/oneplus/sm8150
|
TARGET_KERNEL_SOURCE := kernel/oneplus/sm8150
|
||||||
TARGET_KERNEL_CONFIG := sm8150-perf_defconfig
|
TARGET_KERNEL_CONFIG := sm8150-perf_defconfig
|
||||||
|
TARGET_KERNEL_CLANG_COMPILE := true
|
||||||
|
TARGET_USE_SDCLANG := true
|
||||||
BOARD_KERNEL_SEPARATED_DTBO := true
|
BOARD_KERNEL_SEPARATED_DTBO := true
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
|
|
Loading…
Reference in New Issue