John Park | 33858a3 | 2018-09-28 23:05:48 -0700 | [diff] [blame^] | 1 | package(default_visibility = ["//visibility:public"]) |
2 | |||||
3 | cc_library( | ||||
4 | name = "messages", | ||||
5 | srcs = [ | ||||
6 | "message.cc", | ||||
7 | ], | ||||
8 | hdrs = [ | ||||
9 | "message.h", | ||||
10 | ], | ||||
11 | compatible_with = [ | ||||
12 | "//tools:armhf-debian", | ||||
13 | ], | ||||
14 | deps = [ | ||||
15 | "//aos:byteorder", | ||||
16 | "//aos:macros", | ||||
17 | "//aos/time:time", | ||||
18 | ], | ||||
19 | ) |