Skip to content

Commit

Permalink
Merge pull request andreasgal#269 from vicamo/bugzilla/891217/follow-up
Browse files Browse the repository at this point in the history
Bug 891217 (follow-up): repo sync correct target for emulator-x86-jb
  • Loading branch information
michaelwu committed Aug 27, 2013
2 parents 662b9ec + 81417e0 commit fe03cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ case "$1" in
"emulator-x86"|"emulator-x86-jb")
echo DEVICE=generic_x86 >> .tmp-config &&
echo LUNCH=full_x86-eng >> .tmp-config &&
repo_sync emulator
repo_sync $1
;;

*)
Expand Down

0 comments on commit fe03cff

Please sign in to comment.