blob: a46260c35a4a20b439eb502e4f5bee90f33cbeda [file] [log] [blame]
Siva Velusamy0469dd62011-11-30 15:05:37 -08001## NOTE
2## This file is used for development purposes only. It is not used by the build system.
3
4# generate protocol buffer files
5genproto: gltrace.proto
6 aprotoc --cpp_out=src --java_out=java gltrace.proto
7 mv src/gltrace.pb.cc src/gltrace.pb.cpp
8
Siva Velusamy50129e42012-02-29 14:04:04 -08009sync:
10 adb root
11 adb remount
12 adb shell stop
13 adb sync
14 adb shell start