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

am: a4c4ef463b

Change-Id: I49766025464814d15029196a080477f6b8aa5215
This commit is contained in:
Josh Gao 2018-02-13 08:10:15 +00:00 committed by android-build-merger
commit 07de47eeb3

View file

@ -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