This website requires JavaScript.
Explore
Help
Sign in
GlcoinCore
/
googleapis
Watch
1
Star
0
Fork
You've already forked googleapis
0
mirror of
https://github.com/googleapis/googleapis.git
synced
2026-08-16 13:00:34 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
66fcc021fe
googleapis
/
google
/
spanner
/
admin
/
database
/
BUILD.bazel
2 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
Use rules_proto bzl files to load proto_library This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922. This CL was created by adding @rules_proto to the WORKSPACE file and then running: find . -name BUILD.bazel | \ while read build; do \ buildifier --lint=fix --warnings=load $build; \ done Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted. PiperOrigin-RevId: 280356106
2019-11-13 22:27:49 -08:00
exports_files(glob(["*.yaml"]))
Reference in a new issue
Copy permalink