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

Change-Id: Idf78667baf2c439c7e97bbf1a9028030c1bcc72f
This commit is contained in:
Abhishek Arpure 2017-05-13 13:25:04 -07:00 committed by Vara Prasad A V S G
parent 9ae7c4a58a
commit 8190d767f9
3 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,7 @@ LOCAL_MODULE := init.qcom.post_boot.sh
LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.qcom.post_boot.sh LOCAL_SRC_FILES := etc/init.qcom.post_boot.sh
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)
include $(CLEAR_VARS) include $(CLEAR_VARS)

View File

@ -1,4 +1,5 @@
#!/system/bin/sh #! /vendor/bin/sh
# Copyright (c) 2012-2013, 2016, The Linux Foundation. All rights reserved. # Copyright (c) 2012-2013, 2016, The Linux Foundation. All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@ -841,7 +841,7 @@ service sensor-sh /system/bin/sh /init.qcom.sensors.sh
user root user root
oneshot 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 class late_start
user root user root
disabled disabled