msm8937-common: rootdir: Move init shell scripts to /vendor

This commit is contained in:
LuK1337 2018-02-04 12:46:50 +00:00 committed by Isaac Chen
parent 42101c780e
commit 977516f130
5 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ LOCAL_MODULE := init.qcom.sh
LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := init.qcom.sh LOCAL_SRC_FILES := init.qcom.sh
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)
include $(CLEAR_VARS) include $(CLEAR_VARS)
@ -55,7 +55,7 @@ LOCAL_MODULE := init.qcom.usb.sh
LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := init.qcom.usb.sh LOCAL_SRC_FILES := init.qcom.usb.sh
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)
include $(CLEAR_VARS) include $(CLEAR_VARS)

View file

@ -386,7 +386,7 @@ service loc_launcher /vendor/bin/loc_launcher
group gps inet diag wifi group gps inet diag wifi
writepid /dev/cpuset/system-background/tasks 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 class late_start
user root user root
oneshot oneshot

View file

@ -1,4 +1,4 @@
#!/system/bin/sh #!/vendor/bin/sh
# Copyright (c) 2009-2017, The Linux Foundation. All rights reserved. # Copyright (c) 2009-2017, 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

@ -63,7 +63,7 @@ on boot
mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
write /sys/class/android_usb/android0/f_ffs/aliases adb 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 class core
user root user root
oneshot oneshot

View file

@ -1,4 +1,4 @@
#!/system/bin/sh #!/vendor/bin/sh
# Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. # Copyright (c) 2012-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