soong: Add Cortex-A32 definitions

Add definitions for the Cortex-A32 CPU. This is an aarch32 only ARMv8-A
core. See more here https://developer.arm.com/Processors/Cortex-A32 .

Test: added new minidroid target using this CPU variant and built
Change-Id: Id2351a43b9c6cb9785ef469b8c13fadd8b6324b8
Signed-off-by: Mark Slevinsky <markslevinsky@google.com>
Signed-off-by: Jesus Sanchez-Palencia <jesussanp@google.com>
This commit is contained in:
Jesus Sanchez-Palencia
2023-03-02 16:56:05 -08:00
parent aa3408a506
commit de7c7847e7
2 changed files with 12 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ var cpuVariants = map[ArchType][]string{
"cortex-a8",
"cortex-a9",
"cortex-a15",
"cortex-a32",
"cortex-a53",
"cortex-a53.a57",
"cortex-a55",