Currenlty only normal kernel build includes unstripped wlan.ko. Move UNSTRIPPED_MODULES="wlan.ko" to build.config.common instead of build.config It makes all kinds of kernel build can include unstripped wlan.ko. Bug: 156325204 Test: check all kernel builds include unstripped wlan.ko Change-Id: I8966d2ee8f55687270dc15b97cbf61fdfdc9f6cf Signed-off-by: chenpaul <chenpaul@google.com>
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
KERNEL_DIR=private/msm-google
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common.clang
|
|
POST_DEFCONFIG_CMDS="check_defconfig"
|