blob: e07fb3b0957647bb1e67e4d7486e771e4d1482f3 [file] [log] [blame]
James Kuszmaulf01da392023-12-14 11:22:14 -08001load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
Comran Morshed6c6a0a92016-01-17 12:45:16 +00002
Philipp Schradercc016b32021-12-30 08:59:58 -08003package(default_visibility = ["//visibility:public"])
4
James Kuszmaulf01da392023-12-14 11:22:14 -08005static_flatbuffer(
Alex Perrycb7da4b2019-08-28 19:35:56 -07006 name = "ball_detector_fbs",
7 srcs = [
8 "ball_detector.fbs",
9 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080010 target_compatible_with = ["@platforms//os:linux"],
Comran Morshed6c6a0a92016-01-17 12:45:16 +000011)