config: Update clang version to clang-r487747c
* This is the default clang version for Android U release Change-Id: I6a44012250470eeeb2e0f6993eb4e98308eec390
This commit is contained in:
@@ -98,7 +98,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-r450784d
|
||||
KERNEL_CLANG_VERSION := clang-r487747c
|
||||
endif
|
||||
TARGET_KERNEL_CLANG_PATH ?= $(BUILD_TOP)/prebuilts/clang/host/$(HOST_PREBUILT_TAG)/$(KERNEL_CLANG_VERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user