aboutsummaryrefslogtreecommitdiff
path: root/rules/android_binary_internal/BUILD
blob: 2440016bc4d2981f15f54bae1e36ca829306b5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The android_binary_internal rule.

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

licenses(["notice"])

filegroup(
    name = "all_files",
    srcs = glob(["**"]),
)

bzl_library(
    name = "bzl",
    srcs = glob(["*.bzl"]),
    deps = [
        "@rules_android//rules:common_bzl",
    ],
)