platform_vendor_tequila/prebuilt/common/etc/init/lineage-adb.rc
Sam Mortimer c10885231f Refactor Lineage init rc file
*) Put Lineage rc files in /system/etc/init instead of /init.lineage.rc

*) Split into function specific files (vibrator-specific stuff moved to
   our custom vibrator HAL service)

Change-Id: I1d00950253fbf7fdd7a4b7bd52adbed971923575
2017-10-15 03:06:48 +00:00

11 lines
237 B
Text

# adb over network
on property:adb.network.port=*
setprop service.adb.tcp.port ${adb.network.port}
on property:service.adb.tcp.port=5555
stop adbd
start adbd
on property:service.adb.tcp.port=-1
stop adbd
start adbd