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 <elsk@google.com>
(cherry picked from commit 75020bfbe2)
This commit is contained in:
Yifan Hong
2022-04-14 14:18:25 -07:00
parent 65eadb5fc4
commit 232d82176f
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
BRANCH=android13-5.10
KMI_GENERATION=1
LLVM=1

View File

@@ -1 +1,2 @@
BRANCH=android13-5.10
CLANG_VERSION=r445002