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

Commit 483046d9 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

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

am: 07de47ee

Change-Id: I935612655924b3263883e0f4bfdba2bdbd9d5386
parents 69b86a24 07de47ee
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