blob: 7b402fefb07acee8615e164659d29bff690d67bd [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 ],
Chih-Hung Hsieh94574f22018-02-07 21:14:19 -080010 arch: {
11 arm: {
12 instruction_set: "arm",
13 },
14 },
Fabien Sanglardc6968f32017-04-05 14:24:41 -070015 proto: {
16 type: "lite",
17 export_proto_headers: true,
18 },
19}