avicii: Bump up Clang 17.0.2 (r487747c)

* Update clang path
This commit is contained in:
Sanju0910
2023-05-23 21:15:17 +05:30
committed by psavarmattas
parent 13bf74d06e
commit 1a2715aa5a

View File

@@ -118,9 +118,10 @@ 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 := BRAND_SHOW_FLAG=oneplus TARGET_KERNEL_ADDITIONAL_FLAGS := BRAND_SHOW_FLAG=oneplus
TARGET_KERNEL_SOURCE := kernel/oneplus/sm7250 TARGET_KERNEL_SOURCE := kernel/oneplus/avicii
TARGET_KERNEL_CONFIG := vendor/lito-perf_defconfig TARGET_KERNEL_CONFIG := avicii_defconfig
BOARD_KERNEL_CMDLINE += kpti=off TARGET_KERNEL_CLANG_VERSION := r487747c
TARGET_KERNEL_CLANG_PATH := $(abspath .)/kernel/oneplus/avicii/clang
# Platform # Platform
BOARD_USES_QCOM_HARDWARE := true BOARD_USES_QCOM_HARDWARE := true