summaryrefslogtreecommitdiff
path: root/app-launcher
diff options
context:
space:
mode:
authorNg Zhi An <zhin@google.com>2018-01-30 16:26:39 -0800
committerNg Zhi An <zhin@google.com>2018-01-30 16:27:14 -0800
commit4250500caad67ac7992ec7cf34819d08edf7dcfb (patch)
tree09bd1fdbc4acfca9168a83a210a95d2888542f87 /app-launcher
parentcd00445fdf8998ceaa12e74056e22e112ea26100 (diff)
downloadextras-4250500caad67ac7992ec7cf34819d08edf7dcfb.tar.gz
Recognize gobo and gobo_512 as phone models
Test: manual Change-Id: Id81a1a2ef704da20b99533a432199bdc8150ed51
Diffstat (limited to 'app-launcher')
-rwxr-xr-xapp-launcher/app-launcher4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-launcher/app-launcher b/app-launcher/app-launcher
index 46dd2cd0..aeae025b 100755
--- a/app-launcher/app-launcher
+++ b/app-launcher/app-launcher
@@ -519,7 +519,7 @@ echo Found $model Device
system_bdev_set=false
case $model in
# Android Go
- aosp_gobo | full_k37_y33_gms)
+ aosp_gobo | full_k37_y33_gms | gobo | gobo_512)
if [ $user_experience == false ]; then
cpufreq_go
fi
@@ -568,7 +568,7 @@ setup
#
case $model in
# Android Go
- aosp_gobo | full_k37_y33_gms)
+ aosp_gobo | full_k37_y33_gms | gobo | gobo_512)
launch_go_apps
;;
fugu)