Stop building MIPS ABIs for the NDK.

Test: build/soong/scripts/build-ndk-prebuilts.sh
Bug: https://github.com/android-ndk/ndk/issues/272
Change-Id: Ia8d48b1ecef5e1a3b239e2817eeed5dbe43e52ef
This commit is contained in:
Dan Albert 2017-11-03 11:51:35 -07:00 committed by Colin Cross
parent f9e621603b
commit f45c6934c8

View file

@ -973,8 +973,6 @@ func getNdkAbisConfig() []archConfig {
return []archConfig{ return []archConfig{
{"arm", "armv5te", "", []string{"armeabi"}}, {"arm", "armv5te", "", []string{"armeabi"}},
{"arm64", "armv8-a", "", []string{"arm64-v8a"}}, {"arm64", "armv8-a", "", []string{"arm64-v8a"}},
{"mips", "mips32-fp", "", []string{"mips"}},
{"mips64", "mips64r6", "", []string{"mips64"}},
{"x86", "", "", []string{"x86"}}, {"x86", "", "", []string{"x86"}},
{"x86_64", "", "", []string{"x86_64"}}, {"x86_64", "", "", []string{"x86_64"}},
} }