a9650f0ccc
This reverts commit bca4262dac
.
Change-Id: I8ecd859340779dfacffba4c6d1a44c5cdbdfceed
10 lines
169 B
Makefile
10 lines
169 B
Makefile
## NOTE
|
|
## This file is used for development purposes only. It is not used by the build system.
|
|
|
|
sync:
|
|
adb root
|
|
adb remount
|
|
adb shell stop
|
|
adb sync
|
|
adb shell start
|