Files
kernel_google_b1c1/build.config.bonito
hsuvictor ae34c952b8 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 so that all kinds of kernel build can
include unstripped wlan.ko.

Bug: 135164165
Test: check all kernel builds include unstripped wlan.ko
Change-Id: I2a3fdd00fb0b50b4397978c14e779622f464e4bd
Signed-off-by: hsuvictor <hsuvictor@google.com>
2019-06-19 02:47:41 +00:00

5 lines
149 B
Plaintext

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