aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/flatbuffers
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-21 22:09:56 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-06-21 22:09:56 -0700
commit359f53686c87ee76e80353c32a3d22cfb1cf0989 (patch)
tree38351828683426c005ea872f0231dc6eddc1c8e9 /third_party/flatbuffers
parent0f6f9ace1eb631979339d996e2c71bd56194ebfe (diff)
Update flatbuffers to 1.9.0 (#20186)
* Update flatbuffers to 1.9.0 This fix updates flatbuffers to 1.9.0. The previous version used (971a681) in tf was released last year, and is not a versioned release. This fix updates to the latest versioned release of 1.9.0. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing files of java_generator.cc to fix build error. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'third_party/flatbuffers')
-rw-r--r--third_party/flatbuffers/flatbuffers.BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/flatbuffers/flatbuffers.BUILD b/third_party/flatbuffers/flatbuffers.BUILD
index 824c97be60..639dff2cd0 100644
--- a/third_party/flatbuffers/flatbuffers.BUILD
+++ b/third_party/flatbuffers/flatbuffers.BUILD
@@ -98,6 +98,8 @@ cc_binary(
"grpc/src/compiler/cpp_generator.h",
"grpc/src/compiler/go_generator.cc",
"grpc/src/compiler/go_generator.h",
+ "grpc/src/compiler/java_generator.cc",
+ "grpc/src/compiler/java_generator.h",
"grpc/src/compiler/schema_interface.h",
"src/flatc_main.cpp",
"src/idl_gen_cpp.cpp",