Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c3bf9a3d51eeadc8772b8ed7377ff1c7e2f25f16
/
.
/
y2016
/
queues
/
BUILD
blob: e07fb3b0957647bb1e67e4d7486e771e4d1482f3 [
file
] [
log
] [
blame
]
load
(
"//aos/flatbuffers:generate.bzl"
,
"static_flatbuffer"
)
package
(
default_visibility
=
[
"//visibility:public"
])
static_flatbuffer
(
name
=
"ball_detector_fbs"
,
srcs
=
[
"ball_detector.fbs"
,
],
target_compatible_with
=
[
"@platforms//os:linux"
],
)