Remove armv5te

This architecture only existed for unbundled use, but even the NDK is
removing support in their r17 release, so just remove support for it.

Test: build/soong/build_test.bash -only-soong
Change-Id: I4bd23babf567128d2d242cbdee3311abb198dd7c
This commit is contained in:
Dan Willemsen
2018-01-08 15:47:03 -08:00
parent e6f4ee2061
commit e401a8315e
3 changed files with 0 additions and 20 deletions

View File

@@ -923,8 +923,6 @@ type archConfig struct {
func getMegaDeviceConfig() []archConfig {
return []archConfig{
// armv5 is only used for unbundled apps
//{"arm", "armv5te", "", []string{"armeabi"}},
{"arm", "armv7-a", "generic", []string{"armeabi-v7a"}},
{"arm", "armv7-a-neon", "generic", []string{"armeabi-v7a"}},
{"arm", "armv7-a-neon", "cortex-a7", []string{"armeabi-v7a"}},