Merge "Recovery does not need permission to start adbd anymore"

This commit is contained in:
Treehugger Robot 2018-09-11 01:49:57 +00:00 committed by Gerrit Code Review
commit 7706f51fd3

View file

@ -108,9 +108,6 @@ recovery_only(`
# Reboot the device
set_prop(recovery, powerctl_prop)
# Start/stop adbd via ctl.start adbd
set_prop(recovery, ctl_adbd_prop)
# Read serial number of the device from system properties
get_prop(recovery, serialno_prop)