blob: ce455f6a2efac37d98a38c577572d667125ff247 [file] [log] [blame]
workspace(name = "rules_android")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load(":android_sdk_supplemental_repository.bzl", "android_sdk_supplemental_repository")
maybe(
android_sdk_repository,
name = "androidsdk",
)
maybe(
android_ndk_repository,
name = "androidndk",
)
# This can be removed once https://github.com/bazelbuild/bazel/commit/773b50f979b8f40e73cf547049bb8e1114fb670a
# is released, or android_sdk_repository is properly Starlarkified and dexdump
# added there.
android_sdk_supplemental_repository(name = "androidsdk-supplemental")