mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: Correct Architecture optimization flags
* Instead of setting TARGET_CPU_VARIANT_RUNTIME and TARGET_2ND_CPU_VARIANT_RUNTIME respectively, we are instead setting TARGET_2ND_CPU_VARIANT_RUNTIME twice. * Set TARGET_CPU_VARIANT_RUNTIME to cortex-a76 and TARGET_2ND_CPU_VARIANT_RUNTIME to cortex-a55 so we properly match the CPU setup of MT6785. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: Ib15f68063eb1f7a55be62d1aecc893c8751f7765
This commit is contained in:
committed by
Matsvei Niaverau
parent
6aaa0b584a
commit
a96bd565ec
@@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := armv8-2a-dotprod
|
||||
TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_ABI2 :=
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a76
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a76
|
||||
|
||||
TARGET_2ND_ARCH := arm
|
||||
TARGET_2ND_ARCH_VARIANT := armv8-2a
|
||||
|
||||
Reference in New Issue
Block a user