mirror of
https://github.com/google/nomulus
synced 2026-09-04 07:07:20 +00:00
Make essential Bazel packages publicly visible
This allows separate Bazel projects to reference Nomulus as an external repository. They can then copy the [] directory structure into their own project and customize the Action and Module lists for the GAE modules in their own deployment. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136863886
This commit is contained in:
@@ -16,6 +16,15 @@ package_group(
|
||||
],
|
||||
)
|
||||
|
||||
# Visibility group for rules that are //visibility:public on GitHub but project
|
||||
# scoped in Google's internal repository.
|
||||
package_group(
|
||||
name = "public",
|
||||
packages = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user