blob: 8c76aee5894c0fd7cd3586d346b0d00aa894630f [file] [log] [blame]
James Kuszmaulf01da392023-12-14 11:22:14 -08001load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
Brian Silverman8c374e02015-09-06 23:02:21 -04002
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 = "auto_mode_fbs",
7 srcs = [
8 "auto_mode.fbs",
9 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080010 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman8c374e02015-09-06 23:02:21 -040011)
12
James Kuszmaulf01da392023-12-14 11:22:14 -080013static_flatbuffer(
Alex Perrycb7da4b2019-08-28 19:35:56 -070014 name = "hot_goal_fbs",
15 srcs = [
16 "hot_goal.fbs",
17 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080018 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman8c374e02015-09-06 23:02:21 -040019)