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

Commit b605af83 authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

adbd: add a comment about AdbTransportType



Bug: 402444824
Test: comments only
Flag: EXEMPT comments only
Change-Id: I7bd4c3447b444cb3f09908118dd0e9b68e1992ae
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent 3bc65643
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
__BEGIN_DECLS

// The transport type of the device connection.
// must be in sync with frameworks/base/core/java/android/debug/AdbTransportType.aidl
enum AdbTransportType : int32_t {
    kAdbTransportTypeUsb = 0,
    kAdbTransportTypeWifi,