6d87cd0e27
Add a "consolidate" defconfig fragment to enable further debug options of the GKI kernel. The "consolidate" name has a storied history, but it's effectively a "debug" kernel. The options enabled in the consolidate.fragment have been found to have a good balance of additional debug features versus performance impact. For instance, SLUB_DEBUG is not enabled due to large performance impact. Bug: 188690367 Change-Id: I8fcbda0f9b47b3b33636a594797f97e86d2a6778 Signed-off-by: Elliot Berman <eberman@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
5 lines
433 B
Plaintext
5 lines
433 B
Plaintext
DEFCONFIG=consolidate_defconfig
|
|
FRAGMENT_CONFIG=${KERNEL_DIR}/arch/arm64/configs/consolidate.fragment
|
|
PRE_DEFCONFIG_CMDS="KCONFIG_CONFIG=${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/${DEFCONFIG} ${ROOT_DIR}/${KERNEL_DIR}/scripts/kconfig/merge_config.sh -m -r ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/gki_defconfig ${ROOT_DIR}/${FRAGMENT_CONFIG}"
|
|
POST_DEFCONFIG_CMDS="rm ${ROOT_DIR}/${KERNEL_DIR}/arch/arm64/configs/${DEFCONFIG}"
|