Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
5d67693e
Commit
5d67693e
authored
May 06, 2019
by
Lee Mracek
Committed by
Wouter van Oortmerssen
May 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in build_defs.bzl (#5320)
parent
af74f87c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build_defs.bzl
build_defs.bzl
+4
-4
No files found.
build_defs.bzl
View file @
5d67693e
...
@@ -32,7 +32,7 @@ def flatbuffer_library_public(
...
@@ -32,7 +32,7 @@ def flatbuffer_library_public(
include_paths = DEFAULT_INCLUDE_PATHS,
include_paths = DEFAULT_INCLUDE_PATHS,
flatc_args = DEFAULT_FLATC_ARGS,
flatc_args = DEFAULT_FLATC_ARGS,
reflection_name = "",
reflection_name = "",
reflection_visiblity = None,
reflection_visib
i
lity = None,
output_to_bindir = False):
output_to_bindir = False):
"""Generates code files for reading/writing the given flatbuffers in the requested language using the public compiler.
"""Generates code files for reading/writing the given flatbuffers in the requested language using the public compiler.
...
@@ -48,7 +48,7 @@ def flatbuffer_library_public(
...
@@ -48,7 +48,7 @@ def flatbuffer_library_public(
flatc_args: Optional, list of additional arguments to pass to flatc.
flatc_args: Optional, list of additional arguments to pass to flatc.
reflection_name: Optional, if set this will generate the flatbuffer
reflection_name: Optional, if set this will generate the flatbuffer
reflection binaries for the schemas.
reflection binaries for the schemas.
reflection_visiblity: The visibility of the generated reflection Fileset.
reflection_visib
i
lity: The visibility of the generated reflection Fileset.
output_to_bindir: Passed to genrule for output to bin directory.
output_to_bindir: Passed to genrule for output to bin directory.
...
@@ -116,7 +116,7 @@ def flatbuffer_library_public(
...
@@ -116,7 +116,7 @@ def flatbuffer_library_public(
entries = [
entries = [
native.FilesetEntry(files = reflection_outs),
native.FilesetEntry(files = reflection_outs),
],
],
visibility = reflection_visiblity,
visibility = reflection_visib
i
lity,
)
)
def flatbuffer_cc_library(
def flatbuffer_cc_library(
...
@@ -207,7 +207,7 @@ def flatbuffer_cc_library(
...
@@ -207,7 +207,7 @@ def flatbuffer_cc_library(
include_paths = include_paths,
include_paths = include_paths,
flatc_args = flatc_args,
flatc_args = flatc_args,
reflection_name = reflection_name,
reflection_name = reflection_name,
reflection_visiblity = visibility,
reflection_visib
i
lity = visibility,
)
)
native.cc_library(
native.cc_library(
name = name,
name = name,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment