Skip to content

Commit

Permalink
[Quick Share QR Code] Log visits to quickshare.google/qrcode
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691912115
  • Loading branch information
hai007 authored and copybara-github committed Oct 31, 2024
1 parent 7f7dee5 commit 3650638
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

# Placeholder: load py_proto_library
load("//third_party/protobuf/bazel:java_mutable_proto_library.bzl", "java_mutable_proto_library")

licenses(["notice"])

Expand Down Expand Up @@ -77,3 +78,8 @@ java_proto_library(
name = "sharing_enums_java_proto",
deps = [":sharing_enums_proto"],
)

java_mutable_proto_library(
name = "sharing_enums_java_proto_mutable",
deps = [":sharing_enums_proto"],
)

0 comments on commit 3650638

Please sign in to comment.