msm8937-common: rootdir: Move init shell scripts to /vendor
This commit is contained in:
parent
42101c780e
commit
977516f130
5 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ LOCAL_MODULE := init.qcom.sh
|
|||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := init.qcom.sh
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -55,7 +55,7 @@ LOCAL_MODULE := init.qcom.usb.sh
|
|||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := init.qcom.usb.sh
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
@ -386,7 +386,7 @@ service loc_launcher /vendor/bin/loc_launcher
|
|||
group gps inet diag wifi
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
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,4 @@
|
|||
#!/system/bin/sh
|
||||
#!/vendor/bin/sh
|
||||
# Copyright (c) 2009-2017, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -63,7 +63,7 @@ on boot
|
|||
mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
|
||||
write /sys/class/android_usb/android0/f_ffs/aliases adb
|
||||
|
||||
service qcom-usb-sh /system/bin/sh /init.qcom.usb.sh
|
||||
service qcom-usb-sh /vendor/bin/sh /vendor/bin/init.qcom.usb.sh
|
||||
class core
|
||||
user root
|
||||
oneshot
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/system/bin/sh
|
||||
#!/vendor/bin/sh
|
||||
# Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
Loading…
Reference in a new issue