blob: 8d7563b8bf32b89105039e9ab9b925b09ca19b2f [file] [log] [blame]
James Kuszmaulf01da392023-12-14 11:22:14 -08001load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
Brian Silverman100534c2015-09-07 15:51:23 -04002
Philipp Schradercc016b32021-12-30 08:59:58 -08003package(default_visibility = ["//visibility:public"])
4
James Kuszmaulf01da392023-12-14 11:22:14 -08005static_flatbuffer(
Tyler Chatow24b5db12020-01-06 21:16:56 -08006 name = "gyro_fbs",
Alex Perrycb7da4b2019-08-28 19:35:56 -07007 srcs = [
8 "gyro.fbs",
9 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080010 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman100534c2015-09-07 15:51:23 -040011)
Tyler Chatow24b5db12020-01-06 21:16:56 -080012
James Kuszmaulf01da392023-12-14 11:22:14 -080013static_flatbuffer(
Tyler Chatow24b5db12020-01-06 21:16:56 -080014 name = "gyro_uid_fbs",
15 srcs = [
16 "gyro_uid.fbs",
17 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080018 target_compatible_with = ["@platforms//os:linux"],
Tyler Chatow24b5db12020-01-06 21:16:56 -080019)