Merge "Update the NDK ARM ABI to armv7."

This commit is contained in:
Treehugger Robot
2017-12-21 00:37:29 +00:00
committed by Gerrit Code Review

View File

@@ -971,7 +971,7 @@ func getMegaDeviceConfig() []archConfig {
func getNdkAbisConfig() []archConfig {
return []archConfig{
{"arm", "armv5te", "", []string{"armeabi"}},
{"arm", "armv7-a", "", []string{"armeabi"}},
{"arm64", "armv8-a", "", []string{"arm64-v8a"}},
{"x86", "", "", []string{"x86"}},
{"x86_64", "", "", []string{"x86_64"}},