summaryrefslogtreecommitdiff
path: root/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template
diff options
context:
space:
mode:
authorKarl Shaffer <karlshaffer@google.com>2021-05-25 23:24:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-25 23:24:13 +0000
commit9f9687d14fb5605f74e0177a1061159374cd4000 (patch)
treec19ad6e0c9a6700b324f9ee7b2298d3550e7a2be /experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template
parentb0a10d13e478f3f6becfe745bec5639927b40811 (diff)
parent6d5488f48432fc212c2a5b52a27afba7fe7fc7c0 (diff)
downloadpesto-9f9687d14fb5605f74e0177a1061159374cd4000.tar.gz
Enables two additonal test targets in Bazel env am: 096df7d42a am: 6d5488f484
Original change: https://android-review.googlesource.com/c/platform/build/pesto/+/1697845 Change-Id: Ifc0c655b78e6246dfc5b4c5afba743114a4d804f
Diffstat (limited to 'experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template')
-rw-r--r--experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template27
1 files changed, 27 insertions, 0 deletions
diff --git a/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template b/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template
new file mode 100644
index 0000000..70a14fa
--- /dev/null
+++ b/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/BUILD.bazel.template
@@ -0,0 +1,27 @@
+# Copyright {year}, The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# WARNING: This BUILD file was generated by a tool.
+# It should not be manually modified.
+
+# SOONG_TARGET:aapt
+
+package(default_visibility=["//visibility:public"])
+
+genrule(name="aapt",
+ srcs=["{prebuilts_dir_name}/host/bin/aapt"],
+ outs=[
+ "aapt",
+ ],
+ cmd="cp -t $(RULEDIR) $<")