summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ford <andrewford@google.com>2018-02-02 17:14:00 -0800
committerAndrew Ford <andrewford@google.com>2018-02-02 17:14:24 -0800
commita17f61db60cd5cdb360bd36231675d098b932b6e (patch)
tree272226e5d13176e2a2ae0fd2e423925264db9aba
parentedeb0560c3e01a8fb39fae2eee6c97dc7ac719bf (diff)
downloadlinux-x86-a17f61db60cd5cdb360bd36231675d098b932b6e.tar.gz
Add BUILD for python prebuilt files.
Test: None Change-Id: Idfa4c08b5d24256923e128dbd3bd961dba6afecd
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..c2642e1
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,6 @@
+package(default_visibility = ["//visibility:public"])
+
+filegroup(
+ name = "linux-x86",
+ srcs = glob(["**"]),
+)