Add support for cortex-a55/cortex-a75.
Bug: 78133793 Test: Builds for target. Change-Id: I98d638017f943083d3832ec2211333c48f07caf2
This commit is contained in:
parent
9bf74fe8fb
commit
ce7bf678f2
|
@ -33,7 +33,7 @@ ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),)
|
|||
TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT := generic
|
||||
endif
|
||||
|
||||
KNOWN_ARMv8_CORES := cortex-a53 cortex-a53.a57 cortex-a73
|
||||
KNOWN_ARMv8_CORES := cortex-a53 cortex-a53.a57 cortex-a55 cortex-a73 cortex-a75
|
||||
KNOWN_ARMv8_CORES += kryo denver64 exynos-m1 exynos-m2
|
||||
|
||||
# Many devices (incorrectly) use armv7-a-neon as the 2nd architecture variant
|
||||
|
|
Loading…
Reference in New Issue