kernel: Update default clang version to clang-r536225

Change-Id: I3235780e4f657075f46048205f8450972f1fc1f8
This commit is contained in:
Michael Bestas
2025-03-19 10:57:20 +02:00
committed by Bruno Martins
parent 9a289964f7
commit 8fffe25133

View File

@@ -108,7 +108,7 @@ ifneq ($(TARGET_KERNEL_CLANG_VERSION),)
KERNEL_CLANG_VERSION := clang-$(TARGET_KERNEL_CLANG_VERSION)
else
# Use the default version of clang if TARGET_KERNEL_CLANG_VERSION hasn't been set by the device config
KERNEL_CLANG_VERSION := clang-r530567
KERNEL_CLANG_VERSION := clang-r536225
endif
TARGET_KERNEL_CLANG_PATH ?= $(BUILD_TOP)/prebuilts/clang/host/$(HOST_PREBUILT_TAG)/$(KERNEL_CLANG_VERSION)