diff options
Diffstat (limited to 'bazel/properties.go')
| -rw-r--r-- | bazel/properties.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bazel/properties.go b/bazel/properties.go index 5b98d159d..fbbbfe6f6 100644 --- a/bazel/properties.go +++ b/bazel/properties.go @@ -29,6 +29,8 @@ type Properties struct { // BazelTargetModuleProperties contain properties and metadata used for // Blueprint to BUILD file conversion. type BazelTargetModuleProperties struct { + Name *string + // The Bazel rule class for this target. Rule_class string |