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

Commit f0d96dd7 authored by Steve Kondik's avatar Steve Kondik Committed by Ricardo Cerqueira
Browse files

rootdir: Add support for ADB-over-network

Change-Id: I7ae1df85f37cdb2f635403ab342cb978a3c77388
parent 8bfc5108
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -487,3 +487,11 @@ service mdnsd /system/bin/mdnsd
    socket mdnsd stream 0660 mdnsr inet
    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