sdm660-common: Fix specifying custom clang compiler version
This commit is contained in:
parent
f159bc44db
commit
3d5f0bf780
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue