diff options
author | Doug Zongker <dougz@google.com> | 2013-09-11 22:24:32 +0200 |
---|---|---|
committer | Doug Zongker <dougz@google.com> | 2013-09-11 22:24:32 +0200 |
commit | cc2958fd7f32f79d1a034eee005e04afeb310a87 (patch) | |
tree | d4c78622f44788aa47192ce8e2a1f5811e50ce7e | |
parent | Don't apply permission changes to symlink. (diff) | |
download | android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar.gz android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar.bz2 android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar.lz android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar.xz android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.tar.zst android_bootable_recovery-cc2958fd7f32f79d1a034eee005e04afeb310a87.zip |
-rw-r--r-- | etc/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index 9d1da1d6a..175489066 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -51,6 +51,7 @@ service recovery /sbin/recovery service adbd /sbin/adbd recovery disabled + socket adbd stream 660 system system # Always start adbd on userdebug and eng builds on property:ro.debuggable=1 |