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: I77ae2cbd9fbe09e60db3ee89fc33f32cecb8bab6
This commit is contained in:
parent
cbb28eab67
commit
60344f3e70
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
|
||||
|
||||
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue