Skip to content

Commit

Permalink
kernel: Update default clang version to clang-r530567
Browse files Browse the repository at this point in the history
Change-Id: I09b226998307b65e0d82c74258f3fb4b0a3857d4
  • Loading branch information
mikeNG committed Dec 19, 2024
1 parent 9062d8e commit a9e1b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/BoardConfigKernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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-r522817
KERNEL_CLANG_VERSION := clang-r530567
endif
TARGET_KERNEL_CLANG_PATH ?= $(BUILD_TOP)/prebuilts/clang/host/$(HOST_PREBUILT_TAG)/$(KERNEL_CLANG_VERSION)

Expand Down

0 comments on commit a9e1b5e

Please sign in to comment.