mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-01-27 12:32:32 +00:00
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>
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
DEFCONFIG=b1c1_defconfig
|
|
KERNEL_DIR=private/msm-google
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common.clang
|
|
POST_DEFCONFIG_CMDS="check_defconfig"
|