Internal cleaup for protos.

PiperOrigin-RevId: 427170889
This commit is contained in:
suetfei
2022-02-08 06:01:50 -08:00
committed by Copybara-Service
parent bdce5dd2be
commit 7dbe976c51
+9
View File
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
licenses(["notice"])
proto_library(
@@ -33,6 +35,13 @@ java_lite_proto_library(
deps = [":offline_wire_formats_proto"],
)
cc_proto_library(
name = "offline_wire_formats_cc_proto",
deps = [
":offline_wire_formats_proto",
],
)
filegroup(
name = "offline_wire_formats_proto_config",
srcs = ["offline_wire_formats_proto_config.asciipb"],