blob: e9701b1adc6a72441eea218b9741a5883c7d0fff [file]
# Description:
# The android_sdk_repository repository rule for using an Android SDK with Bazel.
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bzl",
srcs = [
"empty.template.bzl",
"helper.bzl",
"rule.bzl",
"template.bzl",
],
visibility = ["//:__subpackages__"],
deps = [
"//rules:android_revision_bzl",
],
)