blob: 294e2be9acc7b18fabc81874f9f11036bbc61168 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001package(default_visibility = ["//visibility:public"])
Brian Silverman8c374e02015-09-06 23:02:21 -04002
Alex Perrycb7da4b2019-08-28 19:35:56 -07003load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
Brian Silverman8c374e02015-09-06 23:02:21 -04004
Alex Perrycb7da4b2019-08-28 19:35:56 -07005flatbuffer_cc_library(
6 name = "auto_mode_fbs",
7 srcs = [
8 "auto_mode.fbs",
9 ],
10 gen_reflections = 1,
Philipp Schraderdada1072020-11-24 11:34:46 -080011 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman8c374e02015-09-06 23:02:21 -040012)
13
Alex Perrycb7da4b2019-08-28 19:35:56 -070014flatbuffer_cc_library(
15 name = "hot_goal_fbs",
16 srcs = [
17 "hot_goal.fbs",
18 ],
19 gen_reflections = 1,
Philipp Schraderdada1072020-11-24 11:34:46 -080020 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman8c374e02015-09-06 23:02:21 -040021)