diff options
author | Doug Zongker <dougz@google.com> | 2013-09-12 02:23:33 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-12 02:23:33 +0200 |
commit | 743e24f161f84553f4890c141d935ceb5224d38a (patch) | |
tree | c883908fe30cea0eb809dc2d59ff3e5b0a026258 | |
parent | updater: Delete dead code (diff) | |
parent | am cc2958fd: fix secure adb in recovery (diff) | |
download | android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar.gz android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar.bz2 android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar.lz android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar.xz android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.tar.zst android_bootable_recovery-743e24f161f84553f4890c141d935ceb5224d38a.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 |