sdm845-common: Add dashd
Change-Id: I3afeaf04892ed031dbf3715edd37919d8d398e22
This commit is contained in:
parent
30c23f939b
commit
b251bc22ad
4 changed files with 17 additions and 0 deletions
|
@ -38,6 +38,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Common init scripts
|
# Common init scripts
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
init.qcom.rc \
|
||||||
init.recovery.qcom.rc
|
init.recovery.qcom.rc
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# DASH
|
||||||
|
-sbin/dashd;rootfs
|
||||||
|
|
||||||
# IOP
|
# IOP
|
||||||
lib64/vendor.qti.hardware.iop@2.0.so
|
lib64/vendor.qti.hardware.iop@2.0.so
|
||||||
lib/vendor.qti.hardware.iop@2.0.so
|
lib/vendor.qti.hardware.iop@2.0.so
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := init.qcom.rc
|
||||||
|
LOCAL_MODULE_TAGS := optional eng
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_SRC_FILES := etc/init.qcom.rc
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := init.recovery.qcom.rc
|
LOCAL_MODULE := init.recovery.qcom.rc
|
||||||
LOCAL_MODULE_TAGS := optional eng
|
LOCAL_MODULE_TAGS := optional eng
|
||||||
|
|
5
rootdir/etc/init.qcom.rc
Normal file
5
rootdir/etc/init.qcom.rc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
service dashd /sbin/dashd
|
||||||
|
class core
|
||||||
|
critical
|
||||||
|
seclabel u:r:dashd:s0
|
||||||
|
group root system
|
Loading…
Reference in a new issue