Skip to content

Commit

Permalink
Bug 891217: add emulator-x86-jb. r=mwu
Browse files Browse the repository at this point in the history
  • Loading branch information
vicamo committed Jul 9, 2013
1 parent 461535c commit 0d8c98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ case "$1" in
repo_sync $1
;;

"emulator-x86")
"emulator-x86"|"emulator-x86-jb")
echo DEVICE=generic_x86 >> .tmp-config &&
echo LUNCH=full_x86-eng >> .tmp-config &&
repo_sync emulator
Expand Down Expand Up @@ -152,6 +152,7 @@ case "$1" in
echo - emulator
echo - emulator-jb
echo - emulator-x86
echo - emulator-x86-jb
exit -1
;;
esac
Expand Down

0 comments on commit 0d8c98a

Please sign in to comment.