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

am: 7706f51fd3

Change-Id: I5999552df5444e90804e91dac93d9e15da0679c8
This commit is contained in:
Hridya Valsaraju 2018-09-10 18:59:15 -07:00 committed by android-build-merger
commit fbde815e2d

View file

@ -108,9 +108,6 @@ recovery_only(`
# Reboot the device # Reboot the device
set_prop(recovery, powerctl_prop) 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 # Read serial number of the device from system properties
get_prop(recovery, serialno_prop) get_prop(recovery, serialno_prop)