Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5aecaeb6 authored by Steve Kondik's avatar Steve Kondik
Browse files

rootdir: Add support for ADB-over-network

Change-Id: I7ae1df85f37cdb2f635403ab342cb978a3c77388
parent 2e655d0b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -484,3 +484,12 @@ service dumpstate /system/bin/dumpstate -s
    socket dumpstate stream 0660 shell log
    disabled
    oneshot

# adb over network
on property:service.adb.tcp.port=5555
    stop adbd
    start adbd
on property:service.adb.tcp.port=-1
    stop adbd
    start adbd