c10885231f
*) 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
11 lines
237 B
Text
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
|