Use mediapipe_proto_library for gl_context_options_proto
PiperOrigin-RevId: 509601125
This commit is contained in:
parent
c66b7e83f0
commit
c2260e8877
|
@ -549,21 +549,13 @@ objc_library(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
proto_library(
|
mediapipe_proto_library(
|
||||||
name = "gl_context_options_proto",
|
name = "gl_context_options_proto",
|
||||||
srcs = ["gl_context_options.proto"],
|
srcs = ["gl_context_options.proto"],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = ["//mediapipe/framework:calculator_proto"],
|
deps = ["//mediapipe/framework:calculator_proto"],
|
||||||
)
|
)
|
||||||
|
|
||||||
mediapipe_cc_proto_library(
|
|
||||||
name = "gl_context_options_cc_proto",
|
|
||||||
srcs = ["gl_context_options.proto"],
|
|
||||||
cc_deps = ["//mediapipe/framework:calculator_cc_proto"],
|
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
deps = [":gl_context_options_proto"],
|
|
||||||
)
|
|
||||||
|
|
||||||
# This is a hack needed to work around some issues with strict hdrs_check.
|
# This is a hack needed to work around some issues with strict hdrs_check.
|
||||||
# See e.g. b/67524270.
|
# See e.g. b/67524270.
|
||||||
cc_library(
|
cc_library(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user