Stop building MIPS ABIs for the NDK. am: f45c6934c8

am: f0500d0e61

Change-Id: Ib10d74e2b15637c37facafbdadf42f23778a0cff
This commit is contained in:
Dan Albert
2017-11-03 20:56:18 +00:00
committed by android-build-merger

View File

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