blob: 8d7563b8bf32b89105039e9ab9b925b09ca19b2f [file] [log] [blame]
load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
package(default_visibility = ["//visibility:public"])
static_flatbuffer(
name = "gyro_fbs",
srcs = [
"gyro.fbs",
],
target_compatible_with = ["@platforms//os:linux"],
)
static_flatbuffer(
name = "gyro_uid_fbs",
srcs = [
"gyro_uid.fbs",
],
target_compatible_with = ["@platforms//os:linux"],
)