4 lines
148 B
Bash
Executable file
4 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
adb remount
|
|
adb push tests/returnval.c /system/bin/returnval.c
|
|
mm -j8 && adb sync && adb shell /system/bin/acc -S /system/bin/returnval.c
|