kernel: Update default clang version to r522817
The default build system version was updated for 15. Change-Id: I177d01d98ba5dcdc2582372d2c61f7facfd41451
This commit is contained in:
@@ -92,7 +92,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-r487747c
|
||||
KERNEL_CLANG_VERSION := clang-r522817
|
||||
endif
|
||||
TARGET_KERNEL_CLANG_PATH ?= $(BUILD_TOP)/prebuilts/clang/host/$(HOST_PREBUILT_TAG)/$(KERNEL_CLANG_VERSION)
|
||||
|
||||
|
Reference in New Issue
Block a user