diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-10 20:27:36 +0800 |
---|---|---|
committer | Nanhumly <admin@warbler.cc> | 2023-08-03 11:34:52 +0000 |
commit | 54229ea3885e4553edb6535892f234d38cdba1bf (patch) | |
tree | eb562de5c4c5dafb7c7efeb8d98998a720ea7e7d | |
parent | 209239ad8d359ee78e7a34f7516d3b52dc41f444 (diff) |
msm8996-common: Remove no-op TARGET_KERNEL_ARCH flag
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d38cede..6de043e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -44,7 +44,6 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sle BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware_mnt/image BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 -TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 BUILD_BROKEN_DUP_RULES := true |