commit | e9259806bb2b22f27c60d9eeafec7a365bba87e2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Jan 26 15:18:30 2020 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Jan 26 15:18:48 2020 -0800 |
tree | 06ae92cc055c70842dcf6af9f7ae94ee817ca07f | |
parent | 03f93854b0204c7e2698392538ab75a9858fcea5 [diff] [blame] |
Add a table for camera images Change-Id: I7233f02e4da3c0dd51a66038eb853188a359d612
diff --git a/y2020/vision/BUILD b/y2020/vision/BUILD new file mode 100644 index 0000000..021a466 --- /dev/null +++ b/y2020/vision/BUILD
@@ -0,0 +1,7 @@ +load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library") + +flatbuffer_cc_library( + name = "vision_fbs", + srcs = ["vision.fbs"], + gen_reflections = 1, +)