diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-09-08 13:39:42 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 2320ed14fd1afe8804b41fd3c0120f0f6f219506 (patch) | |
tree | 29d4b43fad423fa5345b75f738af50928c355997 /BoardConfigCommon.mk | |
parent | 3bb4eca7d6e457e51ed076a9c3c3c16d99a74727 (diff) |
sdm660-common: Remove custom kernel cross compile prefix
Change-Id: Icc58f38fa2f66b833c73902d6733f84b77dcb575
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 22b51db..76b1899 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -65,7 +65,6 @@ TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/xiaomi/sdm660 TARGET_KERNEL_CLANG_COMPILE := true -TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- # QCOM hardware BOARD_USES_QCOM_HARDWARE := true |