mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: GKI: Enable system_dlkm build for gki
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
This commit is contained in:
0
android/gki_system_dlkm_modules
Normal file
0
android/gki_system_dlkm_modules
Normal file
@@ -23,6 +23,9 @@ arch/arm64/boot/Image.lz4
|
||||
|
||||
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
|
||||
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
MODULES_ORDER=android/gki_aarch64_modules
|
||||
|
||||
if [ -n "${GKI_DEFCONFIG_FRAGMENT}" ]; then
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.x86_64
|
||||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
|
||||
Reference in New Issue
Block a user