mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-05 13:27:18 +09:00
sm6250-common: switch to proton clang
This commit is contained in:
parent
79c98138a8
commit
feee933b2e
@ -75,6 +75,9 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
||||
|
||||
TARGET_KERNEL_ARCH := arm64
|
||||
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_SOURCE := kernel/xiaomi/sm6250
|
||||
|
||||
|
7
aosp.dependencies
Normal file
7
aosp.dependencies
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"repository" : "kdrag0n/proton-clang",
|
||||
"target_path" : "prebuilts/clang/host/linux-x86/clang-proton",
|
||||
"branch" : "master"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user