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

Commit

Permalink
Merge pull request #408 from michaelwu/nexus-5-l
Browse files Browse the repository at this point in the history
Bug 1102093 - Add support for nexus-5-l
  • Loading branch information
rvandermeulen committed Dec 18, 2014
2 parents 3a3278e + e44a94a commit 02c321c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config.sh
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 02c321c

Please sign in to comment.