summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/dev.make
blob: a46260c35a4a20b439eb502e4f5bee90f33cbeda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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