blob: 532a3b6a3fe6f9217ca92f007761f117ced7c973 [file] [log] [blame]
John Park33858a32018-09-28 23:05:48 -07001package(default_visibility = ["//visibility:public"])
2
3cc_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)