mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
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>
This commit is contained in:
parent
d273ba4f4e
commit
1dfe7be90d
|
|
@ -1,6 +1,5 @@
|
|||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
|
||||
|
||||
BRANCH=android-mainline
|
||||
KMI_GENERATION=0
|
||||
|
||||
LLVM=1
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
BRANCH=android-mainline
|
||||
CLANG_VERSION=r450784b
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user