Jack Palevich | 1cdef20 | 2009-05-22 12:06:27 -0700 | [diff] [blame^] | 1 | #!/bin/sh |
2 | adb remount | ||||
3 | adb shell rm /system/bin/acc | ||||
4 | adb push data/returnval.c /system/bin/returnval.c | ||||
5 | cd .. | ||||
6 | mm -j8 | ||||
7 | cd tests | ||||
8 | adb sync | ||||
9 | adb shell /system/bin/acc -S /system/bin/returnval.c |