Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1102093 - Add support for nexus-5-l
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Dec 17, 2014
1 parent 3a3278e commit e44a94a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,14 @@ case "$1" in
;;

"nexus-5")
echo DEVICE=hammerhead >> .tmp-config &&
repo_sync nexus-5
;;
echo DEVICE=hammerhead >> .tmp-config &&
repo_sync nexus-5
;;

"nexus-5-l")
echo DEVICE=hammerhead >> .tmp-config &&
repo_sync nexus-5-l
;;

"optimus-l5")
echo DEVICE=m4 >> .tmp-config &&
Expand Down Expand Up @@ -194,6 +199,7 @@ case "$1" in
echo - nexus-4
echo - nexus-4-kk
echo - nexus-5
echo - nexus-5-l
echo - nexus-s
echo - nexus-s-4g
echo - flo "(Nexus 7 2013)"
Expand Down

0 comments on commit e44a94a

Please sign in to comment.