Merge "Stop setting usb config from recovery init script" am: 6105aa1a4a am: 4e0d813e39

am: 216e31cd8e

Change-Id: I23c949b684fe4f9b23b1895286cd672c5f109144
This commit is contained in:
Tianjie Xu
2019-11-07 11:34:37 -08:00
committed by android-build-merger
-8
View File
@@ -95,14 +95,6 @@ service fastbootd /system/bin/fastbootd
on property:service.adb.root=1
restart adbd
# Always start adbd on userdebug and eng builds
on fs && property:ro.debuggable=1
setprop sys.usb.config adb
# Also start adbd on user build with an unlocked bootloader
on fs && property:ro.debuggable=0 && androidboot.verifiedbootstate=orange
setprop sys.usb.config adb
on fs && property:sys.usb.configfs=1
mount configfs none /config
mkdir /config/usb_gadget/g1 0770 shell shell