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

Commit 090c2824 authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

adb: add vsock to AdbTransportType



adbd already supports the vsock transport
and emulators (cuttlefish and goldfish)
already use it.

Bug: 402444824
Test: presubmit
Flag: EXEMPT no new behavior
Change-Id: I049001bf3255e1c1321cd749d5e2ad90242288b7
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent a2d6cae1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ package android.debug;
enum AdbTransportType {
    USB,
    WIFI,
    VSOCK,
}