marble: define init script to device.mk

This commit is contained in:
2025-05-06 20:01:21 +09:00
parent 74962458cd
commit 5c55124e52
2 changed files with 24 additions and 0 deletions

View File

@ -62,6 +62,23 @@ PRODUCT_PACKAGES += \
PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Rootdir
PRODUCT_PACKAGES += \
fstab.qcom
PRODUCT_PACKAGES += \
init.class_main.sh \
init.qcom.class_core.sh \
init.qcom.early_boot.sh \
init.qcom.post_boot.sh \
init.qcom.sh
PRODUCT_PACKAGES += \
init.qcom.rc \
init.recovery.qcom.rc \
init.target.rc \
ueventd.qcom.rc
# Soong namespaces # Soong namespaces
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) $(LOCAL_PATH)

View File

@ -4,6 +4,13 @@
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// //
// fstab
prebuilt_etc {
name: "fstab.qcom",
src: "etc/fstab.qcom",
vendor: true,
}
// Init scripts // Init scripts
sh_binary { sh_binary {
name: "init.class_main.sh", name: "init.class_main.sh",