Moving this static value to a separate configuration file allows it to be used from other builds as well, such as the Kleaf build. Bug: 210296725 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I07aac5609d8ec986e0e270fdbba3662ac10029f4
18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
|
|
|
|
BRANCH=android-mainline
|
|
KMI_GENERATION=0
|
|
|
|
LLVM=1
|
|
DEPMOD=depmod
|
|
CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-${CLANG_VERSION}/bin
|
|
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
|
DTC=${ROOT_DIR}/${BUILDTOOLS_PREBUILT_BIN}/dtc
|
|
|
|
EXTRA_CMDS=''
|
|
STOP_SHIP_TRACEPRINTK=1
|
|
IN_KERNEL_MODULES=1
|
|
DO_NOT_STRIP_MODULES=1
|
|
|
|
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|