summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Also archive adb.exe/fastboot.exe when building win_sdk.Ying Wang2016-02-291-1/+5
* Merge "adb: use TCP keepalive."David Pursell2016-02-291-0/+2
|\
| * adb: use TCP keepalive.David Pursell2016-02-231-0/+2
* | Remove duplicate fdevent.cpp entryDan Willemsen2016-02-231-1/+0
|/
* Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44Josh Gao2016-02-201-10/+3
|\
| * adb: make fdevent_test, socket_test compile on Windows.Josh Gao2016-02-191-8/+2
| * adb: don't emulate fdevent or socketpair on Windows.Josh Gao2016-02-191-2/+1
* | Add missing liblog dependencyDimitry Ivanov2016-02-121-1/+1
|/
* adb: sysdeps: add support for joining threads.Josh Gao2016-02-101-0/+1
* adbd: Depend only on libminijail.Jorge Lucangeli Obes2016-01-081-3/+1
* Limit adb_test to first multilibDan Willemsen2015-12-211-0/+2
* adb: Use Minijail for privilege dropping.Jorge Lucangeli Obes2015-12-171-1/+4
* Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-0/+15
* adb: don't link against libcutils on Windows.Josh Gao2015-11-161-1/+4
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-121-1/+3
* adb: remove exit-time destructors.Josh Gao2015-11-121-2/+23
* Show transfer progress in adb sync/pull/push.Elliott Hughes2015-10-301-2/+3
* Don't use VLAs in adb.Elliott Hughes2015-10-271-0/+1
* init/adb: correct static lib dependencies for libselinuxWilliam Roberts2015-10-221-1/+1
* adb: use libfec in disable-veritySami Tolvanen2015-10-201-0/+4
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-0/+1
* Add unit tests for local socket.Yabin Cui2015-09-161-0/+2
* Merge changes from topic 'adb_shell'David Pursell2015-09-141-0/+2
|\
| * adb: implement shell protocol.David Pursell2015-09-111-0/+2
* | adb: fix shell_service_protocol_test for Windows.David Pursell2015-09-111-5/+1
* | Fix (Windows) build.Elliott Hughes2015-09-111-1/+5
* | Merge "fix adb_test Windows build"Elliott Hughes2015-09-111-0/+1
|\ \
| * | fix adb_test Windows buildSpencer Low2015-09-111-0/+1
| |/
* / adb: win32: make adb_getenv() case-insensitiveSpencer Low2015-09-111-0/+6
|/
* Merge "adb: create shell protocol class (take 2)."David Pursell2015-09-111-1/+10
|\
| * adb: create shell protocol class (take 2).David Pursell2015-09-081-1/+10
* | Merge "Remove HOST_OS==windows check"Dan Willemsen2015-09-091-3/+1
|\ \
| * | Remove HOST_OS==windows checkDan Willemsen2015-09-041-3/+1
* | | adb: remove unnecessary dependencies of liblog.Yabin Cui2015-09-081-3/+3
| |/ |/|
* | Merge "Revert "adb: create shell protocol class.""David Pursell2015-09-061-10/+1
|\ \
| * | Revert "adb: create shell protocol class."David Pursell2015-09-061-10/+1
* | | Merge changes from topic 'adb_shell_prework'David Pursell2015-09-041-1/+11
|\| | | |/ |/|
| * adb: create shell protocol class.David Pursell2015-09-041-1/+10
| * adb: move shell service to a separate file.David Pursell2015-09-041-0/+1
* | combine adbd.rc with init.usb.rcTom Cherry2015-09-031-2/+0
|/
* Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-61/+35
* Merge "adb: add unit test for fdevent."Yabin Cui2015-08-311-2/+15
|\
| * adb: add unit test for fdevent.Yabin Cui2015-08-281-2/+15
* | adb: remove workaround for b/6558362.Yabin Cui2015-08-311-1/+0
|/
* Improve adb tracing.Elliott Hughes2015-08-281-1/+0
* Don't build 32-bit host libadb.Elliott Hughes2015-08-251-0/+2
* bundle init.rc contents with its serviceTom Cherry2015-08-211-0/+2
* Merge "adb: win32: define UNICODE/_UNICODE, Unicode error messages, misc"Elliott Hughes2015-08-031-0/+9
|\
| * adb: win32: define UNICODE/_UNICODE, Unicode error messages, miscSpencer Low2015-08-021-0/+9
* | adb_test/libbase_test: win32: get some tests workingSpencer Low2015-08-031-2/+8