blob: a46260c35a4a20b439eb502e4f5bee90f33cbeda [file] [log] [blame]
## NOTE
## This file is used for development purposes only. It is not used by the build system.
# generate protocol buffer files
genproto: gltrace.proto
aprotoc --cpp_out=src --java_out=java gltrace.proto
mv src/gltrace.pb.cc src/gltrace.pb.cpp
sync:
adb root
adb remount
adb shell stop
adb sync
adb shell start