aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-14 14:08:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-14 14:08:42 +0000
commite071a2c242fc8a64d34afa7e1c7a7b961742d317 (patch)
tree2252ec711c3a6942d725d19ea8e845bc7df80de6
parente25919d3a133b78691b7287db3f461db74be0562 (diff)
parentd00f5f24e65b0f5688bae4b15b2381ba10e8c72b (diff)
downloadu-boot-e071a2c242fc8a64d34afa7e1c7a7b961742d317.tar.gz
Merge "Removing efi build from uboot" into main
-rw-r--r--BUILD.bazel7
-rw-r--r--bazel.WORKSPACE8
2 files changed, 0 insertions, 15 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 63873b117c..61096ca692 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -249,13 +249,6 @@ copy_to_dist_dir(
flat = True,
)
-copy_to_dist_dir(
- name = "gbl_efi_dist",
- data = [ "@gbl//efi:all_platforms" ],
- dist_dir = "out/u-boot/gbl_efi/",
- flat = True,
-)
-
# Use SWIG enabled Python
py_runtime_pair(
name = "py_runtime_pair",
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index bf9552ee22..13176d84df 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -11,11 +11,3 @@ local_repository(
load("//build/kernel/kleaf:workspace.bzl", "define_kleaf_workspace")
define_kleaf_workspace(common_kernel_package = "u-boot")
-
-local_repository(
- name = "gbl",
- path = "bootable/libbootloader/gbl",
-)
-
-load("@gbl//integration/aosp_u-boot-mainline:workspace.bzl", "define_gbl_workspace")
-define_gbl_workspace()