summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2023-03-23 17:49:46 -0700
committerYifan Hong <elsk@google.com>2023-03-23 17:49:46 -0700
commit4142060e4a240923e0d97a4e6b8ed03f602f7fdc (patch)
treea0f58fe815792e88c1c7e67e9b6bb228f652aa55
parent9e42d0084ca256dd11d392fe9b4a39e2c166d3cd (diff)
downloadx86_64-linux-android-4.9-u-boot-mainline.tar.gz
kleaf: Add x86_64-linux-android/bin/* to expposed binaries.u-boot-mainline
Bug: 259292099 Change-Id: I9fa5a71a6b8df813fbac859b71c9a5ef60695995
-rw-r--r--BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 13c1e0f..503873f 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -1,6 +1,7 @@
filegroup(
name = "binaries",
srcs = glob([
+ "x86_64-linux-android/bin/*",
"bin/*",
]),
visibility = ["//visibility:public"],