9 lines
203 B
Bash
Executable file
9 lines
203 B
Bash
Executable file
#!/bin/sh
|
|
adb remount
|
|
adb shell rm /system/bin/acc
|
|
adb push data/returnval-ansi.c /system/bin/returnval-ansi.c
|
|
cd ..
|
|
mm -j8
|
|
cd tests
|
|
adb sync
|
|
adb shell /system/bin/acc -R -S /system/bin/returnval-ansi.c
|