You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
feat: adds BUILD target to top-level BUILD file (#1396)
* feat: adds BUILD target to top-level BUILD file
Adds user-facing bazel build targets to the project's top-level BUILD
file. This file should list *all* of the BUILD targets that users are
allowed to use. In a future PR, visibility restrictions should prohibit
users from reaching down into `google/cloud/spanner/BUILD`.
This change will make things simpler for users since they'll have a
single, uncomplicated, top-level BUILD file that contains all the build
targets that they're allowed to use. It also gives us a place to put an
`includes = ["."]` directive, which will allow Bazel users to include
our headers using either double quotes or angle brackets.
Related to #1296
* added TODO issue link
0 commit comments