sm6250-common: switch to proton clang

This commit is contained in:
Nick C 2020-09-02 16:39:37 +03:00 committed by Nick C
parent 79c98138a8
commit feee933b2e
2 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,9 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true
TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_ARCH := arm64
TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_CLANG_VERSION := proton
KERNEL_TOOLCHAIN := $(shell pwd)/prebuilts/clang/host/linux-x86/clang-proton/bin
TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-gnu-
TARGET_KERNEL_CONFIG := cust_defconfig TARGET_KERNEL_CONFIG := cust_defconfig
TARGET_KERNEL_SOURCE := kernel/xiaomi/sm6250 TARGET_KERNEL_SOURCE := kernel/xiaomi/sm6250

7
aosp.dependencies Normal file
View File

@ -0,0 +1,7 @@
[
{
"repository" : "kdrag0n/proton-clang",
"target_path" : "prebuilts/clang/host/linux-x86/clang-proton",
"branch" : "master"
}
]