blob: 8c76aee5894c0fd7cd3586d346b0d00aa894630f [file] [log] [blame] [edit]
load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
package(default_visibility = ["//visibility:public"])
static_flatbuffer(
name = "auto_mode_fbs",
srcs = [
"auto_mode.fbs",
],
target_compatible_with = ["@platforms//os:linux"],
)
static_flatbuffer(
name = "hot_goal_fbs",
srcs = [
"hot_goal.fbs",
],
target_compatible_with = ["@platforms//os:linux"],
)