Skip to content

Commit

Permalink
Update flatbuffer bazel rule to work with flatbuffer master branch. (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrevdo authored and pcmoritz committed Feb 11, 2019
1 parent 7097ba3 commit 52dfde1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bazel/ray.bzl
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 52dfde1

Please sign in to comment.