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

Commit 07de47ee authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: fix build breakage." am: 14d7cdce

am: a4c4ef46

Change-Id: I49766025464814d15029196a080477f6b8aa5215
parents 84cd5de1 a4c4ef46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ struct asocket {
     * us to our fd event system.  For remote asockets
     * these fields are not used.
     */
    fdevent fde = {0};
    fdevent fde = {};
    int fd = 0;

    // queue of data waiting to be written