diff options
author | Dan Albert <danalbert@google.com> | 2014-11-24 23:34:35 -0800 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-01-26 16:45:34 -0800 |
commit | 630b9afeb0d7f0e5e053db0f900cfb65d914cb1a (patch) | |
tree | cc2493e93b2a5f0b08ba9305838c47535f9913f9 /adb/adb.h | |
parent | fb538fb13d930a7398695d1044ceaaf854949018 (diff) | |
download | core-630b9afeb0d7f0e5e053db0f900cfb65d914cb1a.tar.gz core-630b9afeb0d7f0e5e053db0f900cfb65d914cb1a.tar.bz2 core-630b9afeb0d7f0e5e053db0f900cfb65d914cb1a.zip |
Begin moving code from adb to libadb.
Much of adb is duplicated in bootable/recovery/minadb and fastboot.
Changes made to adb rarely get ported to the other two, so the trees
have diverged a bit. We'd like to stop this because it is a
maintenance nightmare, but the divergence makes this difficult to do
all at once. For now, we will start small by moving common files into
a static library. Hopefully some day we can get enough of adb in here
that we no longer need minadb.
Bug: 17626262
Change-Id: Ic8d5653bfcc0fec4e1acbece124402355084b864
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <limits.h> #include "adb_trace.h" +#include "fdevent.h" #include "transport.h" /* readx(), writex() */ #define MAX_PAYLOAD 4096 |