incremental pull of new media files
[android-command-line.git] / update-eeepc.sh
1 #!/bin/sh -x
2
3 # build with: m -j8 iso_img BOARD_USES_I915= BOARD_USES_I915C=true
4
5 dir=`date +%Y-%m-%d`
6 dir=eeepc
7 a=192.168.1.32:5555
8
9 test -d $dir || mkdir $dir
10
11 rsync --progress -v android:/srv/android-x86/out/target/product/$dir/{kernel,initrd.img,ramdisk.img,system.sfs} $dir
12 adb connect $a
13 adb -s $a mkdir /sdcard/android-froyo
14 adb -s $a push $dir /sdcard/android-froyo