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

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

Merge "adbd: add a comment about AdbTransportType" into main

parents b3f50200 b605af83
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,