blob: f5dff21fb97c2eae26da0b9932de9ce248e08a5b [file] [log] [blame]
Rupert Shuttleworth72eb91b2021-04-15 19:41:20 -04001exports_files(
Jingwen Chen5c5dd3c2022-03-17 16:19:55 +00002 # TODO(b/225291837): Get Bazel to build aapt2 from source instead.
3 ["linux/bin/aapt2"],
4 visibility = [
5 "//prebuilts/sdk:__pkg__",
6 "//build/bazel:__subpackages__",
7 ],
8)
9
10exports_files(
Rupert Shuttleworth72eb91b2021-04-15 19:41:20 -040011 [
12 "linux/bin/aapt",
Romain Jobredeaux63030ba2021-07-20 13:34:46 +000013 "lib/dx.jar",
14 "dx",
Rupert Shuttleworth72eb91b2021-04-15 19:41:20 -040015 "linux/bin/aidl",
16 "linux/bin/zipalign",
17 "mainDexClasses.rules",
18 "linux/lib/apksigner.jar",
19 ],
Jingwen Chen5c5dd3c2022-03-17 16:19:55 +000020 visibility = [
21 "//prebuilts/sdk:__pkg__",
22 ],
Rupert Shuttleworth72eb91b2021-04-15 19:41:20 -040023)