mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +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
@@ -9,3 +9,6 @@ Image.lz4
|
||||
FILES="${FILES}
|
||||
arch/arm64/boot/Image.lz4
|
||||
"
|
||||
|
||||
BUILD_SYSTEM_DLKM=1
|
||||
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
|
||||
|
||||
@@ -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