diff options
author | Tom Cherry <tomcherry@google.com> | 2019-11-13 21:18:22 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-11-13 21:18:22 +0100 |
commit | 8834b4ea0a3b3d95e6233b024f4f47f83d43f84b (patch) | |
tree | 38482aab3fce239a9e59d04219a5d5bd8c937ffe | |
parent | Merge "Move init and ueventd scripts from / to /system/etc" (diff) | |
parent | Fixed typo during stopping fastboot (diff) | |
download | android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar.gz android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar.bz2 android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar.lz android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar.xz android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.tar.zst android_bootable_recovery-8834b4ea0a3b3d95e6233b024f4f47f83d43f84b.zip |
-rw-r--r-- | etc/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.rc b/etc/init.rc index c54de5af2..12411ac14 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -121,7 +121,7 @@ on property:sys.usb.config=fastboot on property:sys.usb.config=none && property:sys.usb.configfs=0 stop adbd - stop fastboot + stop fastbootd write /sys/class/android_usb/android0/enable 0 setprop sys.usb.state ${sys.usb.config} |