Delete TARGET_CPU_VARIANT_RUNTIME.
This variable only does something when it differs from TARGET_CPU_VARIANT. Setting it to the same values doesn't do anything. Bug: 368635026 Test: presubmit Change-Id: I1e16c5b9244eca4d69909bb1caefebfc17e54a70
This commit is contained in:
parent
4ed3c2fb25
commit
48f1c2182c
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ TARGET_ARCH := arm64
|
|||
TARGET_ARCH_VARIANT := armv8-2a
|
||||
TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_VARIANT := cortex-a55
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
||||
|
||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10870000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += cma_sysfs.experimental=Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue