You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
528 B
25 lines
528 B
exports_files(
|
|
# TODO(b/225291837): Get Bazel to build aapt2 from source instead.
|
|
["linux/bin/aapt2"],
|
|
visibility = [
|
|
"//prebuilts/sdk:__pkg__",
|
|
"//build/bazel:__subpackages__",
|
|
"//vendor:__subpackages__",
|
|
],
|
|
)
|
|
|
|
exports_files(
|
|
[
|
|
"linux/bin/aapt",
|
|
"lib/dx.jar",
|
|
"dx",
|
|
"linux/bin/aidl",
|
|
"linux/bin/zipalign",
|
|
"mainDexClasses.rules",
|
|
"linux/lib/apksigner.jar",
|
|
],
|
|
visibility = [
|
|
"//prebuilts/sdk:__pkg__",
|
|
],
|
|
)
|