lisa: Make msm_drm module part of QGKI ramdisks

Since msm_drm driver is created as a module by default for
all the build configurations, it has to explicitly moved to
first stage (vendor) ramdisk as the recovery menu needs the
driver to display the UI. Hence, package this as a part of
vendor ramdisk for QGKI configurations only as GKI doesn't
have this requirement.

Change-Id: Ic3d5f5a4a1d3b32de7ec4dfe9ef03bf9b8204068
This commit is contained in:
Raghavendra Rao Ananta 2021-01-06 09:30:06 -08:00 committed by Giovanni Ricca
parent b7b469b4a0
commit 748b1bbbd7

View File

@ -19,6 +19,7 @@ TARGET_KERNEL_CONFIG += vendor/lisa_QGKI.config
BOOT_KERNEL_MODULES := \
goodix_core.ko \
hwid.ko \
msm_drm.ko \
xiaomi_touch.ko
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(BOOT_KERNEL_MODULES)