blob: 6e87044b4284d2402297fceac8a5cef0d81edef1 [file] [log] [blame]
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.constants
BRANCH=android-mainline
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
# TODO(b/296265825): Turn this into a proper error
DTC=$(command -v dtc || { echo "WARNING: $BUILD_CONFIG loaded without Kleaf hermetic tools.
This will become an error in the future." >&2;
echo "${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}