summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2021-11-10 22:10:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-10 22:10:18 +0000
commit6fd10926ddea163a110e2f31f99ab4f40c5d5c25 (patch)
tree29d367167ef82e87947d57999fef3370a76007bd
parentdeb26e050d19d8966936d37896701da4ecf83970 (diff)
parentfb4e6a9f99f6c790c02e64d03a64be83fdd9ccdf (diff)
downloadx86_64-linux-glibc2.17-4.8-6fd10926ddea163a110e2f31f99ab4f40c5d5c25.tar.gz
Add filegroup BUILD file for glibc am: fb4e6a9f99
Original change: https://android-review.googlesource.com/c/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/+/1887376 Change-Id: I1dc8cd0d9861e0506757b5ad5970e454f8ad3bde
-rw-r--r--BUILD.bazel13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
new file mode 100644
index 0000000..697b5a9
--- /dev/null
+++ b/BUILD.bazel
@@ -0,0 +1,13 @@
+# NOTE: THIS FILE IS EXPERIMENTAL FOR THE BAZEL MIGRATION AND NOT USED FOR
+# YOUR BUILDS CURRENTLY.
+#
+# It is not yet the source of truth for your build. If you're looking to modify
+# the build file, modify the Android.bp file instead. Do *not* modify this file
+# unless you have coordinated with the team managing the Soong to Bazel
+# migration.
+
+filegroup(
+ name = "tools",
+ srcs = glob(["**/**"]),
+ visibility = ["//prebuilts/clang/host/linux-x86:__pkg__"],
+)