mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Internal cleaup for protos.
PiperOrigin-RevId: 427170889
This commit is contained in:
committed by
Copybara-Service
parent
bdce5dd2be
commit
7dbe976c51
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user