commit | cf4fb66c2ef5df1a4c289cb88a5a548cbd31b84a | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Wed Feb 10 17:54:53 2021 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Mon Feb 15 15:57:04 2021 -0800 |
tree | 5b29619db58890371eebb2fc765d2aa6fd5322b4 | |
parent | 5c71041b3759afbdfaa030a62de3892eabd609a4 [diff] [blame] |
Add a wrapper around flatbuffers::TypeTable So I can implement it on top of a Schema too. Change-Id: I56502593e302c186cf48d3e2b42233a48202176d
diff --git a/aos/BUILD b/aos/BUILD index 790f845..96c5b3d 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -337,6 +337,7 @@ target_compatible_with = ["@platforms//os:linux"], deps = [ "@com_github_google_flatbuffers//:flatbuffers", + "@com_github_google_glog//:glog", ], )