Install and launch init.qcom.sh from /vendor.

Change-Id: Idd93e47857741403ae3bf0630ab94b2ae1dfe463
This commit is contained in:
Abhishek Arpure 2017-05-13 13:43:39 -07:00 committed by Vara Prasad A V S G
parent 8190d767f9
commit 21ef8aa1fe
3 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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