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:
parent
f9e621603b
commit
f45c6934c8
1 changed files with 0 additions and 2 deletions
|
@ -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"}},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue