Update flatbuffer bazel rule to work with flatbuffer master branch. (#4008)

This commit is contained in:
ebrevdo
2019-02-11 10:00:06 -08:00
committed by Philipp Moritz
parent 7097ba393b
commit 52dfde1cbb
+1 -2
View File
@@ -1,7 +1,6 @@
load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_library_public")
def flatbuffer_py_library(name, srcs, outs, out_prefix, includes = [], include_paths = ""):
def flatbuffer_py_library(name, srcs, outs, out_prefix, includes = [], include_paths = []):
flatbuffer_library_public(
name = name,
srcs = srcs,