Skip to content

Commit

Permalink
Define AArch32 soong variable
Browse files Browse the repository at this point in the history
Change-Id: I1a52a8e8e436eec827022413270d8b7c76808a69
(cherry picked from commit a677cdce6f6678e1c3cf654da1921f4ce1c951ff)
Signed-off-by: Vishalcj17 <vishalcj@aospa.co>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
  • Loading branch information
xboxfanj authored and neobuddy89 committed Sep 8, 2024
1 parent 330adb9 commit a81ad32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/arch_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var cpuVariants = map[ArchType][]string{

var archFeatures = map[ArchType][]string{
Arm: {
"aarch32",
"neon",
},
Arm64: {
Expand Down Expand Up @@ -147,9 +148,11 @@ var androidArchFeatureMap = map[ArchType]map[string][]string{
"neon",
},
"armv8-a": {
"aarch32",
"neon",
},
"armv8-2a": {
"aarch32",
"neon",
},
},
Expand Down

0 comments on commit a81ad32

Please sign in to comment.