Install and launch init.qcom.sh from /vendor.
Change-Id: Idd93e47857741403ae3bf0630ab94b2ae1dfe463
This commit is contained in:
parent
8190d767f9
commit
21ef8aa1fe
|
@ -90,7 +90,7 @@ LOCAL_MODULE := init.qcom.sh
|
|||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.qcom.sh
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
@ -831,7 +831,7 @@ on property:drmdiag.load=1
|
|||
on property:drmdiag.load=0
|
||||
stop drmdiag
|
||||
|
||||
service qcom-sh /system/bin/sh /init.qcom.sh
|
||||
service qcom-sh /vendor/bin/init.qcom.sh
|
||||
class late_start
|
||||
user root
|
||||
oneshot
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/system/bin/sh
|
||||
#! /vendor/bin/sh
|
||||
|
||||
# Copyright (c) 2009-2016, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
Loading…
Reference in New Issue