Skip to content

Commit

Permalink
add skindir
Browse files Browse the repository at this point in the history
add skindir option for emulator
  • Loading branch information
allstarschh committed Mar 6, 2012
1 parent 79b4d3f commit 2898f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ${DBG_CMD} $B2G_HOME/glue/gonk/out/host/linux-x86/bin/emulator \
-data $B2G_HOME/glue/gonk/out/target/product/generic/userdata.img \
-memory 512 \
-partition-size 512 \
-skin 480x800 \
-skindir $B2G_HOME/glue/gonk/development/tools/emulator/skins \
-skin WVGA854 \
-verbose \
-qemu -cpu 'cortex-a8' $TAIL_ARGS

0 comments on commit 2898f33

Please sign in to comment.