blob: 87a0de46b67c2b196bdfb4dd20c2c1067b7112b6 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
Brian Silverman8c374e02015-09-06 23:02:21 -04002
Philipp Schradercc016b32021-12-30 08:59:58 -08003package(default_visibility = ["//visibility:public"])
4
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)