blob: f45f4ed79f9e65cb96b648a93553dc5739663bcb [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "dependencies",
srcs = ["dependencies.bzl"],
visibility = ["//proto:__subpackages__"],
)
bzl_library(
name = "native",
srcs = ["native.bzl"],
visibility = ["//proto:__subpackages__"],
)