summaryrefslogtreecommitdiffstats
path: root/rootdir/init.usb.rc
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2017-07-28 20:29:15 +0800
committerBowgo Tsai <bowgotsai@google.com>2017-08-24 14:22:07 +0800
commit7b9a4d5bcd2cf49d464b82f0c7780fe3bcfd651f (patch)
treee7e87ae3a5dfff8e5f43d4db23bc2e46a49420a8 /rootdir/init.usb.rc
parentbc9924ed403fe7793434e10e42a6edb0ad9ed1ce (diff)
downloadsystem_core-7b9a4d5bcd2cf49d464b82f0c7780fe3bcfd651f.tar.gz
system_core-7b9a4d5bcd2cf49d464b82f0c7780fe3bcfd651f.tar.bz2
system_core-7b9a4d5bcd2cf49d464b82f0c7780fe3bcfd651f.zip
Move adbd from root to system
Bug: 63910933 Test: normal boot sailfish, checks adb works Test: recovery boot sailfish, checks adb works Test: normal boot bullhead, checks adb works Test: recovery boot bullhead, checks adb works Change-Id: I1b27910c06a4172ca718b3344736ec8e3429f477 Merged-In: I1b27910c06a4172ca718b3344736ec8e3429f477 (cherry picked from commit 93defc17f376041437e5157a7c4d9e0344441811)
Diffstat (limited to 'rootdir/init.usb.rc')
-rw-r--r--rootdir/init.usb.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.usb.rc b/rootdir/init.usb.rc
index 915d159a5..3168f40ba 100644
--- a/rootdir/init.usb.rc
+++ b/rootdir/init.usb.rc
@@ -12,7 +12,7 @@ on post-fs-data
mkdir /data/adb 0700 root root
# adbd is controlled via property triggers in init.<platform>.usb.rc
-service adbd /sbin/adbd --root_seclabel=u:r:su:s0
+service adbd /system/bin/adbd --root_seclabel=u:r:su:s0
class core
socket adbd stream 660 system system
disabled