From 1a2715aa5a750db0b447c657b73066d4f06581ee Mon Sep 17 00:00:00 2001 From: Sanju0910 Date: Tue, 23 May 2023 21:15:17 +0530 Subject: [PATCH] avicii: Bump up Clang 17.0.2 (r487747c) * Update clang path --- BoardConfig.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f74b242..c1d78c3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -118,9 +118,10 @@ BOARD_KERNEL_SEPARATED_DTBO := true BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_ADDITIONAL_FLAGS := BRAND_SHOW_FLAG=oneplus -TARGET_KERNEL_SOURCE := kernel/oneplus/sm7250 -TARGET_KERNEL_CONFIG := vendor/lito-perf_defconfig -BOARD_KERNEL_CMDLINE += kpti=off +TARGET_KERNEL_SOURCE := kernel/oneplus/avicii +TARGET_KERNEL_CONFIG := avicii_defconfig +TARGET_KERNEL_CLANG_VERSION := r487747c +TARGET_KERNEL_CLANG_PATH := $(abspath .)/kernel/oneplus/avicii/clang # Platform BOARD_USES_QCOM_HARDWARE := true