This reverts commit 71e7a059a0.
Reason of revert: build.sh will be deprecated on android14-5.15.
This change is accidentally merged into android14-5.15 when
android13-5.15 is merged into android14-5.15. However, it is intentional
that this change should not be merged here. Hence reverting.
Bug: 222074706
Test: manual
Signed-off-by: Yifan Hong <elsk@google.com>
Change-Id: I67a5d2feda64aa35348387a1d15d9d3aaf71271f
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
|
|
|
|
KMI_GENERATION=5
|
|
|
|
LLVM=1
|
|
DEPMOD=depmod
|
|
CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-${CLANG_VERSION}/bin
|
|
BUILDTOOLS_PREBUILT_BIN=build/kernel/build-tools/path/linux-x86
|
|
DTC=${ROOT_DIR}/${BUILDTOOLS_PREBUILT_BIN}/dtc
|
|
|
|
KCFLAGS="${KCFLAGS} -D__ANDROID_COMMON_KERNEL__"
|
|
EXTRA_CMDS=''
|
|
STOP_SHIP_TRACEPRINTK=1
|
|
IN_KERNEL_MODULES=1
|
|
DO_NOT_STRIP_MODULES=1
|
|
|
|
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|