marble: define init script to device.mk
This commit is contained in:
17
device.mk
17
device.mk
@ -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)
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user