aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-01-12 05:41:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-12 05:41:11 +0000
commit7d3e0709a5bc21e0febcf91f228091f981710b2a (patch)
treeabe49dffa9cc1fd8523d9c747d1a4b3781c29bd7 /ui
parenteb21c04f9c7e0ed6d19cdf93dee8f2f43d59ceda (diff)
parente401a8315e0d3aa1978b38eb2b0df087ebb35bf7 (diff)
downloadbuild_soong-7d3e0709a5bc21e0febcf91f228091f981710b2a.tar.gz
build_soong-7d3e0709a5bc21e0febcf91f228091f981710b2a.tar.bz2
build_soong-7d3e0709a5bc21e0febcf91f228091f981710b2a.zip
Merge "Remove armv5te"
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":