aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-01-08 15:47:03 -0800
committerDan Willemsen <dwillemsen@google.com>2018-01-08 15:48:25 -0800
commite401a8315e0d3aa1978b38eb2b0df087ebb35bf7 (patch)
tree7994b6168aef63ad992f58a28e996b787aed11e7 /ui
parente6f4ee2061b49899c71faeb9684d77ac53b27d6a (diff)
downloadbuild_soong-e401a8315e0d3aa1978b38eb2b0df087ebb35bf7.tar.gz
build_soong-e401a8315e0d3aa1978b38eb2b0df087ebb35bf7.tar.bz2
build_soong-e401a8315e0d3aa1978b38eb2b0df087ebb35bf7.zip
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
Diffstat (limited to 'ui')
-rw-r--r--ui/build/config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/build/config.go b/ui/build/config.go
index f2511e76..0c37724b 100644
--- a/ui/build/config.go
+++ b/ui/build/config.go
@@ -257,8 +257,6 @@ func (c *configImpl) Tapas(ctx Context, apps []string, arch, variant string) {
var product string
switch arch {
- case "armv5":
- product = "generic_armv5"
case "arm", "":
product = "aosp_arm"
case "arm64":