googleapis / googleapis/rules_gapic
Bazel template names should match path
Open
priority: p3
type: feature request
- Dominant language
- Starlark
- Stars
- 9
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Names are currently hardcoded with cloud in the [template](https://github.com/googleapis/rules_gapic/blob/main/bazel/src/main/java/com/google/api/codegen/bazel/BUILD.bazel.gapic_api.mustache).
```
name = "google-cloud-{{assembly_name}}-{{version}}-java",
name = "gapi-cloud-{{assembly_name}}-{{version}}-go",
```
It seems the names could match the path of the build file?
Related to #56
Contributor guide
Assessment
This issue has not been assessed yet.