Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 110a25a2 authored by basamaryan's avatar basamaryan Committed by Bruno Martins
Browse files

config: Update clang version to clang-r487747c

* This is the default clang version for Android U release

Change-Id: I6a44012250470eeeb2e0f6993eb4e98308eec390
parent 1f5ecee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,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)