summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2022-11-18 16:52:39 -0800
committerAlistair Delva <adelva@google.com>2022-11-29 21:49:15 +0000
commitdfa84be8039e99afda2a9b31fc8bb6238d4f1c62 (patch)
tree159cf053151c160a2cdead8476a443ba36c20f43
parent0a0604336d4d1067aa1aaef8d3779b31fcee841d (diff)
downloadaarch64-linux-android-4.9-u-boot-mainline.tar.gz
kleaf: expose binaries.u-boot-mainline
Bug: 259292099 Change-Id: I939825176ea70d23c0121f070137563695206a54
-rw-r--r--BUILD.bazel7
-rw-r--r--OWNERS3
2 files changed, 9 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
new file mode 100644
index 0000000..13c1e0f
--- /dev/null
+++ b/BUILD.bazel
@@ -0,0 +1,7 @@
+filegroup(
+ name = "binaries",
+ srcs = glob([
+ "bin/*",
+ ]),
+ visibility = ["//visibility:public"],
+)
diff --git a/OWNERS b/OWNERS
index 75a2c24..6762e2b 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1 +1,2 @@
-include platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9:/OWNERS
+adelva@google.com
+elsk@google.com