From 75020bfbe2a57e5bddcd094bc4afa72ba81ceb70 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 14 Apr 2022 14:18:25 -0700 Subject: [PATCH] ANDROID: Move BRANCH from build.config.common to .constants. This allows Bazel to load the value of $BRANCH in order to determine the value of --dist_dir of copy_to_dist_dir statically. Test: TH Bug: 229268271 Change-Id: Iff759b8188360ea1b2bc204d29750eece9095582 Signed-off-by: Yifan Hong --- build.config.common | 1 - build.config.constants | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.common b/build.config.common index 12e9622e5744..ef32b2235580 100644 --- a/build.config.common +++ b/build.config.common @@ -1,6 +1,5 @@ . ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants -BRANCH=android13-5.10 KMI_GENERATION=3 LLVM=1 diff --git a/build.config.constants b/build.config.constants index eea6186b0126..c4f41fec703b 100644 --- a/build.config.constants +++ b/build.config.constants @@ -1 +1,2 @@ +BRANCH=android13-5.10 CLANG_VERSION=r450784b