Files
rk35xx-android14/external/bazelbuild-rules_android/rules/android_application/BUILD
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

28 lines
506 B
Python

# The android_application rule.
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
licenses(["notice"])
exports_files([
"bundle_deploy.sh_template",
"feature_module_validation.sh",
"gen_android_feature_manifest.sh",
"gen_priority_android_feature_manifest.sh",
"rule.bzl",
])
filegroup(
name = "all_files",
srcs = glob(["**"]),
)
bzl_library(
name = "bzl",
srcs = glob(["*.bzl"]),
deps = [
"//rules:common_bzl",
"//rules/flags:bzl",
],
)