diff options
author | Doug Zongker <dougz@android.com> | 2012-03-20 17:40:04 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2012-03-20 17:58:12 +0100 |
commit | 098d1f63c64cdc0975ce8cd650e82e4043fc2600 (patch) | |
tree | 08c97c14b3cf9e501cf5b2ff125cb827db985fbf /minadbd/README.txt | |
parent | run minadbd as shell user (diff) | |
download | android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar.gz android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar.bz2 android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar.lz android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar.xz android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.tar.zst android_bootable_recovery-098d1f63c64cdc0975ce8cd650e82e4043fc2600.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minadbd/README.txt b/minadbd/README.txt index 1413fe25f..c9df484c3 100644 --- a/minadbd/README.txt +++ b/minadbd/README.txt @@ -8,12 +8,15 @@ adb.c - only uses USB transport - references to JDWP removed - main() removed + - all ADB_HOST and win32 code removed + - removed listeners, logging code, background server (for host) adb.h - minor changes to match adb.c changes sockets.c - references to JDWP removed + - ADB_HOST code removed services.c - all services except echo_service (which is commented out) removed @@ -29,3 +32,8 @@ Android.mk sysdeps.h - changes adb_creat() to use O_NOFOLLOW +transport.c + - removed ADB_HOST code + +transport_usb.c + - removed ADB_HOST code |