-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reference to jsoncpp.BUILD and zlib.BUILD. Colon was in wrong pla…
…ce, because there's a BUILD file in third_party. Export jsoncpp.BUILD. Otherwise the file can't be used from another package. The problem was detected by Bazel 8 in WORKSPACE mode. This should be cherry-picked to 29. release. PiperOrigin-RevId: 691587110
- Loading branch information
1 parent
99e35c0
commit 163cff9
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
exports_files([ | ||
"BUILD.bazel", | ||
"jsoncpp.BUILD", | ||
"rules_fuzzing.patch", | ||
"zlib.BUILD", | ||
]) |