mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 19:29:34 +00:00
Install insmod config file to vendor_dlkm/etc
Insmod configs are moved from HLOS to kernel repo and need to
build in vendor_dlkm.img
Bug: 270603150
Test: Build image and flash. Make sure modules are loaded and
configs exist under /vendor_dlkm/etc
Change-Id: I46cb20dddab8633725445b546cb2cd0a4a68bd6a
This commit is contained in:
@@ -330,6 +330,10 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
include device/google/gs-common/insmod/insmod.mk
|
||||
|
||||
# Insmod config files
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,init.insmod.*.cfg,$(TARGET_KERNEL_DIR),$(TARGET_COPY_OUT_VENDOR_DLKM)/etc)
|
||||
|
||||
# For creating dtbo image
|
||||
PRODUCT_HOST_PACKAGES += \
|
||||
mkdtimg
|
||||
|
||||
Reference in New Issue
Block a user