blob: 71a5e23a9e8dfbd6f2478f917826d0e9286c4e88 [file] [log] [blame]
Fabien Sanglardc6968f32017-04-05 14:24:41 -07001cc_library_static {
2 name: "libtrace_proto",
3 srcs: [
4 "src/trace.proto",
5 ],
Chih-Hung Hsiehc16c2db2017-11-08 14:44:14 -08006 cflags: [
7 "-Wall",
8 "-Werror",
9 ],
Fabien Sanglardc6968f32017-04-05 14:24:41 -070010 proto: {
11 type: "lite",
12 export_proto_headers: true,
13 },
14}