From 52dfde1cbb7131fd62ebcb00f5a2b22ced7321ad Mon Sep 17 00:00:00 2001 From: ebrevdo Date: Mon, 11 Feb 2019 10:00:06 -0800 Subject: [PATCH] Update flatbuffer bazel rule to work with flatbuffer master branch. (#4008) --- bazel/ray.bzl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bazel/ray.bzl b/bazel/ray.bzl index 92af31621..4a1e4f106 100644 --- a/bazel/ray.bzl +++ b/bazel/ray.bzl @@ -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,