Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
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
protobuf
Commits
aa368855
Unverified
Commit
aa368855
authored
Nov 29, 2018
by
Adam Cozzette
Committed by
GitHub
Nov 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5404 from acozzette/cherry-pick-4650
Cherry-picked fix from PR #4650 into 3.6.x branch
parents
046e8fb7
af481066
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
protobuf.bzl
protobuf.bzl
+2
-2
No files found.
protobuf.bzl
View file @
aa368855
...
@@ -266,8 +266,8 @@ def internal_gen_well_known_protos_java(srcs):
...
@@ -266,8 +266,8 @@ def internal_gen_well_known_protos_java(srcs):
Args
:
Args
:
srcs
:
the
well
known
protos
srcs
:
the
well
known
protos
"""
"""
root = Label("
%
s
//
protobuf_java
" % (
REPOSITORY_NAME
)).workspace_root
root = Label("
%
s
//
protobuf_java
" % (
native.repository_name()
)).workspace_root
pkg =
PACKAGE_NAME + "
/
" if PACKAGE_NAME
else ""
pkg =
native.package_name() + "
/
" if native.package_name()
else ""
if root == "":
if root == "":
include = "
-
I
%
ssrc
" % pkg
include = "
-
I
%
ssrc
" % pkg
else:
else:
...
...
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