commit | cc2958fd7f32f79d1a034eee005e04afeb310a87 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Wed Sep 11 13:24:32 2013 -0700 |
committer | Doug Zongker <dougz@google.com> | Wed Sep 11 13:24:32 2013 -0700 |
tree | d4c78622f44788aa47192ce8e2a1f5811e50ce7e | |
parent | e461251e2caa5561cf6a315bffaebfd4eb896b1d [diff] |
fix secure adb in recovery Recovery's init.rc was missing a line (added to the main system's init.rc in change Ic97fd464440ff4a29fc9da7ad15949ac5215ade3) is required for secure adb to work. Change-Id: Id79b94d2abb4cbe3cca7cabeb4bc5faf7205e56b
diff --git a/etc/init.rc b/etc/init.rc index 9d1da1d..1754890 100644 --- a/etc/init.rc +++ b/etc/init.rc
@@ -51,6 +51,7 @@ 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