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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user