summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2016-10-14Merge "Rely on the platform -std default."Treehugger Robot
2016-10-10Rely on the platform -std default.Elliott Hughes
2016-10-06Merge "adb: split up adb_auth.cpp."Treehugger Robot
2016-10-06adb: split up adb_auth.cpp.Josh Gao
2016-10-05adb: Remove the obsolete include path to ext4_utils.Tao Bao
2016-09-20adb: parse tcp socket specs with base::ParseNetAddress.Josh Gao
2016-09-01Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes
2016-08-30DO NOT MERGE: Show bugreport progress.Felipe Leme
2016-08-30DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme
2016-08-25adb: factor out socket specification.Josh Gao
2016-08-05libcrypto_utils: convert to Soong.Josh Gao
2016-08-01adb: fix stat on Windows.Josh Gao
2016-06-17adb: use libdebuggerd_client.Josh Gao
2016-05-14adb: add track-jdwp and track-devices commands.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-04-12Switch fs_mgr and adb to libcrypto_utils.Mattias Nissler
2016-02-29Also archive adb.exe/fastboot.exe when building win_sdk.Ying Wang
2016-02-29Merge "adb: use TCP keepalive."David Pursell
2016-02-23Remove duplicate fdevent.cpp entryDan Willemsen
2016-02-23adb: use TCP keepalive.David Pursell
2016-02-20Merge changes I6541bb13,I486055bb,Id6ac1c54,I16cf7d44Josh Gao
2016-02-19adb: make fdevent_test, socket_test compile on Windows.Josh Gao
2016-02-19adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-02-12Add missing liblog dependencyDimitry Ivanov
2016-02-10adb: sysdeps: add support for joining threads.Josh Gao
2016-01-08adbd: Depend only on libminijail.Jorge Lucangeli Obes
2015-12-21Limit adb_test to first multilibDan Willemsen
2015-12-17adb: Use Minijail for privilege dropping.Jorge Lucangeli Obes
2015-12-14Share the new adb USB diagnostic code with fastboot.Elliott Hughes
2015-11-16adb: don't link against libcutils on Windows.Josh Gao
2015-11-12adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low
2015-11-12adb: remove exit-time destructors.Josh Gao
2015-10-30Show transfer progress in adb sync/pull/push.Elliott Hughes
2015-10-27Don't use VLAs in adb.Elliott Hughes
2015-10-22init/adb: correct static lib dependencies for libselinuxWilliam Roberts
2015-10-20adb: use libfec in disable-veritySami Tolvanen
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-16Add unit tests for local socket.Yabin Cui
2015-09-14Merge changes from topic 'adb_shell'David Pursell
2015-09-11adb: fix shell_service_protocol_test for Windows.David Pursell
2015-09-11Fix (Windows) build.Elliott Hughes
2015-09-11Merge "fix adb_test Windows build"Elliott Hughes
2015-09-11adb: win32: make adb_getenv() case-insensitiveSpencer Low
2015-09-11fix adb_test Windows buildSpencer Low
2015-09-11adb: implement shell protocol.David Pursell
2015-09-11Merge "adb: create shell protocol class (take 2)."David Pursell
2015-09-09Merge "Remove HOST_OS==windows check"Dan Willemsen
2015-09-08adb: remove unnecessary dependencies of liblog.Yabin Cui
2015-09-08adb: create shell protocol class (take 2).David Pursell
2015-09-06Merge "Revert "adb: create shell protocol class.""David Pursell