aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-02-26 10:58:15 -0800
committerYifan Hong <elsk@google.com>2024-02-26 11:00:34 -0800
commita352f919472d8df7ef6fd0628e37314fe626233f (patch)
tree34e4c3897449864e8355e9825a32a4efa4a76419
parente071a2c242fc8a64d34afa7e1c7a7b961742d317 (diff)
downloadu-boot-a352f919472d8df7ef6fd0628e37314fe626233f.tar.gz
ANDROID: Remove BRANCH in build.config.constants.
This is the cherry-pick of the change below. BRANCH is already in build.config.common, so there is no change to that file. ANDROID: Move BRANCH back to build.config.common. Revert "ANDROID: Move BRANCH from build.config.common to .constants." This reverts commit 1dfe7be90d8d4941c82d54c22f8b326ebed037c7. Reason for revert: BRANCH is no longer used anywhere in .bzl / BUILD files. For dist_dir, we now use out/<target_name>/dist instead of out/<branch>/dist. This is one less item in build.config.constants that requires kernel_toolchain_ext in bzlmod. Bug: 276493276 Change-Id: I2efb9144b760c58eeec2eca9f11548943a057324 Signed-off-by: Yifan Hong <elsk@google.com>
-rw-r--r--build.config.constants1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.config.constants b/build.config.constants
index 370ff7ddb3..82e7798fa7 100644
--- a/build.config.constants
+++ b/build.config.constants
@@ -1,2 +1 @@
-BRANCH=u-boot-mainline
CLANG_VERSION=r475365b