Install and launch init.qcom.post_boot.sh from /vendor.
Change-Id: Idf78667baf2c439c7e97bbf1a9028030c1bcc72f
This commit is contained in:
parent
9ae7c4a58a
commit
8190d767f9
|
@ -16,6 +16,7 @@ LOCAL_MODULE := init.qcom.post_boot.sh
|
|||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.qcom.post_boot.sh
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/system/bin/sh
|
||||
#! /vendor/bin/sh
|
||||
|
||||
# Copyright (c) 2012-2013, 2016, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -841,7 +841,7 @@ service sensor-sh /system/bin/sh /init.qcom.sensors.sh
|
|||
user root
|
||||
oneshot
|
||||
|
||||
service qcom-post-boot /system/bin/sh /system/etc/init.qcom.post_boot.sh
|
||||
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||
class late_start
|
||||
user root
|
||||
disabled
|
||||
|
|
Loading…
Reference in New Issue