Stop building MIPS ABIs for the NDK. am: f45c6934c8
am: f0500d0e61
Change-Id: Ib10d74e2b15637c37facafbdadf42f23778a0cff
This commit is contained in:
@@ -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"}},
|
||||
}
|
||||
|
Reference in New Issue
Block a user