Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
4095ec53b2b167a4e7aaa439fcd4e1d2dc31d8d9
/
.
/
rules
/
android_common
/
BUILD
blob: 241cf2096189200e8ed58ebd71d44e97443fa596 [
file
]
load
(
"@bazel_skylib//:bzl_library.bzl"
,
"bzl_library"
)
package
(
default_visibility
=
[
"//:__subpackages__"
],
)
licenses
([
"notice"
])
filegroup
(
name
=
"all_files"
,
srcs
=
glob
([
"**"
]),
)
bzl_library
(
name
=
"bzl"
,
srcs
=
glob
([
"*.bzl"
]),
)