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 | ], | ||||
John Park | 33858a3 | 2018-09-28 23:05:48 -0700 | [diff] [blame] | 11 | deps = [ |
12 | "//aos:byteorder", | ||||
13 | "//aos:macros", | ||||
14 | "//aos/time:time", | ||||
15 | ], | ||||
16 | ) |