stone: rootdir: move init.xiaomi.rc to rootdir

since we dropped init and switch to libinit implementation, lets push init.xiaomi.rc to rootdir
This commit is contained in:
Flower sea
2024-02-08 06:21:24 +01:00
committed by kamikaonashi
parent abfbbd961e
commit 7109ac5201
3 changed files with 112 additions and 4 deletions

View File

@@ -247,10 +247,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
IFAAService
# Init scripts
PRODUCT_PACKAGES += \
init.xiaomi.rc
# Input
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/idc/,$(TARGET_COPY_OUT_SYSTEM)/usr/idc) \
@@ -451,6 +447,7 @@ PRODUCT_PACKAGES += \
init.target.rc \
ueventd.qcom.rc \
fstab.zram \
init.xiaomi.rc \
vendor_modprobe.sh
PRODUCT_COPY_FILES += \