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

Commit 00cce059 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "adb: add vsock to AdbTransportType" into main

parents d884817c 090c2824
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,
}