Skip to content

Commit

Permalink
Remove duplicated default init.rc code
Browse files Browse the repository at this point in the history
Change-Id: Idbfd47cb2a83052768e4df6fe76cb195a75dccde
  • Loading branch information
eugenesan committed Sep 14, 2015
1 parent 407842a commit 32a3347
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions recovery/root/init.recovery.pyramid.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,3 @@ service power_test /sbin/power_test
disabled
oneshot
seclabel u:r:recovery:s0

# Always start adbd on userdebug and eng builds
on property:ro.debuggable=1
#write /sys/class/android_usb/android0/enable 1
#start adbd
setprop service.adb.root 1

# Restart adbd so it can run as root
on property:service.adb.root=1
write /sys/class/android_usb/android0/enable 0
restart adbd
write /sys/class/android_usb/android0/enable 1

0 comments on commit 32a3347

Please sign in to comment.