Skip to content

Commit f6acd56

Browse files
maxmmitchellcopybara-github
authored andcommitted
Add descriptors to associate ink.proto.Version values with messages, fields, and enum types in BrushFamily proto.
PiperOrigin-RevId: 886472086
1 parent 14c8b33 commit f6acd56

File tree

2 files changed

+364
-219
lines changed

2 files changed

+364
-219
lines changed

ink/storage/proto/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ proto_library(
3838
srcs = ["brush_family.proto"],
3939
deps = [
4040
":color_proto",
41+
":options_proto",
4142
],
4243
)
4344

@@ -103,6 +104,11 @@ cc_proto_library(
103104
deps = [":color_proto"],
104105
)
105106

107+
cc_proto_library(
108+
name = "options_cc_proto",
109+
deps = [":options_proto"],
110+
)
111+
106112
cc_proto_library(
107113
name = "stroke_input_batch_cc_proto",
108114
deps = [":stroke_input_batch_proto"],

0 commit comments

Comments
 (0)