9dfd1d9e59
Update GKI build configs to build system_dlkm.img. Add an empty system_dlkm modules list file at: android/gki_system_dlkm_modules Bug: 200082547 Bug: 214445388 Test: TH Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: Ia11b48d6033a39479d71c90159c74809a874893d
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
|
|
|
MAKE_GOALS="${MAKE_GOALS}
|
|
Image.lz4
|
|
"
|
|
|
|
FILES="${FILES}
|
|
arch/arm64/boot/Image.lz4
|
|
"
|
|
|
|
BUILD_SYSTEM_DLKM=1
|
|
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|