Files
kernel_google_msm-4.14/build.config
chenpaul 57e7bb6f28 wifi - Move UNSTRIPPED_MODULES="wlan.ko" to build.config.common
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>
2020-05-13 17:33:39 +00:00

4 lines
122 B
Plaintext

KERNEL_DIR=private/msm-google
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common.clang
POST_DEFCONFIG_CMDS="check_defconfig"