blob: 532a3b6a3fe6f9217ca92f007761f117ced7c973 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "messages",
srcs = [
"message.cc",
],
hdrs = [
"message.h",
],
compatible_with = [
"//tools:armhf-debian",
],
deps = [
"//aos:byteorder",
"//aos:macros",
"//aos/time:time",
],
)