Assume 32-bit ARM has Neon support in Mainline module SDKs.

Test: build/soong/scripts/build-aml-prebuilts.sh libz
Bug: 171071637
Change-Id: If123de2f8835a0cd2b7831f32d881e09a5a9c6df
This commit is contained in:
Martin Stjernholm 2020-10-16 21:45:10 +01:00
parent 5109979468
commit 9368834f8d
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ func getNdkAbisConfig() []archConfig {
func getAmlAbisConfig() []archConfig {
return []archConfig{
{"arm", "armv7-a", "", []string{"armeabi-v7a"}},
{"arm", "armv7-a-neon", "", []string{"armeabi-v7a"}},
{"arm64", "armv8-a", "", []string{"arm64-v8a"}},
{"x86", "", "", []string{"x86"}},
{"x86_64", "", "", []string{"x86_64"}},