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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user