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
|
||||
|
||||
# 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
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
@ -4,6 +4,13 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
// fstab
|
||||
prebuilt_etc {
|
||||
name: "fstab.qcom",
|
||||
src: "etc/fstab.qcom",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
// Init scripts
|
||||
sh_binary {
|
||||
name: "init.class_main.sh",
|
||||
|
Reference in New Issue
Block a user