commit | 7596c4295a8458750bd225500b5439f1353107c3 | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Wed Mar 14 14:57:31 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Mar 16 15:33:26 2018 -0700 |
tree | b74768a3f690dd62a87995e00b020e1d17e0e5b8 | |
parent | b3c0ea3b656a20c691be6e5b283665a6049befda [diff] |
adb: Remove usages of ENDPOINT_ALLOC All devices that previously used ENDPOINT_ALLOC are on the new async io routines. None of the devices using aio_compat have ENDPOINT_ALLOC so remove the code to stop logging failures. Fixes: 74213465 Test: adb works Change-Id: I0c903eb76b006b6bcce48cec24f5353fa47cc128 (cherry picked from commit ff3c088706cd397ac533224d9a511b5845a1387c)