From 3d5f0bf780b46f0647ca4315f978c06d4ed89f47 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Thu, 26 Sep 2019 12:30:00 +0200 Subject: [PATCH] sdm660-common: Fix specifying custom clang compiler version --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 16c304b3..f27ce8b3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -67,7 +67,7 @@ TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_VERSION := 4.4 TARGET_KERNEL_CLANG_COMPILE := true -TARGET_KERNEL_CLANG_VERSION := 9.0.3 +TARGET_KERNEL_CLANG_VERSION := r353983c # QCOM hardware BOARD_USES_QCOM_HARDWARE := true