1## NOTE
2## This file is used for development purposes only. It is not used by the build system.
3
4sync:
5	adb root
6	adb remount
7	adb shell stop
8	adb sync
9	adb shell start
10