android_system_core/adb
Josh Gao 83ebd8da84 adb: fix windows test build.
The switch over to soong unintentionally turned off building the
Windows tests (and there's a bug preventing them from being turned on).
Preemptively fix the build breakages that'll happen when we turn them
back on.

Bug: http://b/74616284
Test: mma with Android.bp 's/cc_test_host/cc_binary_host' hacks
Change-Id: I6582cfc61b96052537d50d8ba90533dbb66e3e1d
(cherry picked from commit 2e1e789e2a)
2018-03-28 23:36:38 -07:00
..
client Add a NOLINT for the memory leak we added 2018-03-01 18:59:50 +00:00
daemon adb: Retry io in case of interrupt 2018-03-23 00:11:05 +00:00
sysdeps adb: bump the local socket backlog to the maximum. 2018-03-28 23:36:34 -07:00
.clang-format
Android.bp bpfmt. 2018-02-16 17:58:14 -08:00
Android.mk adb: fix windows test build. 2018-03-28 23:36:38 -07:00
CPPLINT.cfg
MODULE_LICENSE_APACHE2
NOTICE
OVERVIEW.TXT Fix typos in ADB documentation 2017-11-30 10:57:51 -08:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00
SERVICES.TXT
SYNC.TXT Fix typos in ADB documentation 2017-11-30 10:57:51 -08:00
adb.cpp adb: stop using quick_exit. 2018-02-27 14:50:07 -08:00
adb.h adb: delete vestigial SHELL_EXIT_NOTIFY_FD. 2018-03-28 23:36:32 -07:00
adb_auth.h adb: switch apacket over to a std::string payload. 2018-02-21 14:30:17 -08:00
adb_auth_host.cpp adb: switch apacket over to a std::string payload. 2018-02-21 14:30:17 -08:00
adb_client.cpp adb: allow selection of a specific transport. 2017-08-21 14:15:06 -07:00
adb_client.h adb: allow selection of a specific transport. 2017-08-21 14:15:06 -07:00
adb_io.cpp adb: increase the shell command length limit. 2017-06-16 18:01:11 -07:00
adb_io.h
adb_io_test.cpp
adb_listeners.cpp adb: implement std::make_unique, start using it. 2018-03-28 23:36:12 -07:00
adb_listeners.h
adb_listeners_test.cpp
adb_mdns.h
adb_trace.cpp adb: don't spew to logcat when tracing is enabled. 2018-02-06 15:55:06 -08:00
adb_trace.h adb: don't spew to logcat when tracing is enabled. 2018-02-06 15:55:06 -08:00
adb_unique_fd.h
adb_utils.cpp Indicate that a packet was truncated. 2017-06-27 13:26:14 -07:00
adb_utils.h Give a clear error message if we can't start the server. 2017-06-20 14:21:41 -07:00
adb_utils_test.cpp
adbd_auth.cpp adb: switch apacket over to a std::string payload. 2018-02-21 14:30:17 -08:00
bugreport.cpp Merge "Don't preserve file attributes when pulling bugreport file..." 2017-08-22 22:41:26 +00:00
bugreport.h adb: allow selection of a specific transport. 2017-08-21 14:15:06 -07:00
bugreport_test.cpp Merge "Don't preserve file attributes when pulling bugreport file..." 2017-08-22 22:41:26 +00:00
commandline.cpp adb: implement std::make_unique, start using it. 2018-03-28 23:36:12 -07:00
commandline.h adb: allow selection of a specific transport. 2017-08-21 14:15:06 -07:00
console.cpp
diagnose_usb.cpp
diagnose_usb.h
fdevent.cpp adb: delete vestigial SHELL_EXIT_NOTIFY_FD. 2018-03-28 23:36:32 -07:00
fdevent.h
fdevent_test.cpp adb: fix windows test build. 2018-03-28 23:36:38 -07:00
fdevent_test.h adb: delete vestigial SHELL_EXIT_NOTIFY_FD. 2018-03-28 23:36:32 -07:00
file_sync_client.cpp adb: Use kernel aio for functionfs. 2017-08-10 15:12:47 -07:00
file_sync_service.cpp Standarize on VFS_CAP_REVISION_2 2017-11-27 14:17:42 -08:00
file_sync_service.h
framebuffer_service.cpp
jdwp_service.cpp Merge "adbd: receive jdwp pids from art as raw integers." 2018-02-13 23:34:49 +00:00
line_printer.cpp
line_printer.h
protocol.txt
range.h adb: switch asocket::enqueue to std::string. 2018-02-06 12:59:06 -08:00
remount_service.cpp Change the remount command to be more container-friendly 2018-02-27 14:37:26 -08:00
remount_service.h
security_log_tags.h
services.cpp Fix a memory leak 2018-02-19 01:05:56 -08:00
services.h
set_verity_enable_state_service.cpp adb: checks device state when using adb disable-verity for AVB 2018-03-16 15:06:23 +08:00
shell_service.cpp adb: delete vestigial SHELL_EXIT_NOTIFY_FD. 2018-03-28 23:36:32 -07:00
shell_service.h
shell_service_protocol.cpp
shell_service_protocol_test.cpp
shell_service_test.cpp adb: delete vestigial SHELL_EXIT_NOTIFY_FD. 2018-03-28 23:36:32 -07:00
socket.h adb: fix build breakage. 2018-02-12 18:03:49 -08:00
socket_spec.cpp Add std::string StartsWith*/EndsWith* overloads. 2017-12-20 09:42:22 -08:00
socket_spec.h
socket_spec_test.cpp
socket_test.cpp adb: don't immediately close a socket when write fails. 2018-03-28 23:36:28 -07:00
sockets.cpp adb: don't immediately close a socket when write fails. 2018-03-28 23:36:28 -07:00
sockets.dia
sysdeps.h adb: fix windows test build. 2018-03-28 23:36:38 -07:00
sysdeps_test.cpp
sysdeps_unix.cpp
sysdeps_win32.cpp adb: fix windows test build. 2018-03-28 23:36:38 -07:00
sysdeps_win32_test.cpp
test_adb.py adb: skip IPv6 test if IPv6 isn't available. 2018-03-28 23:36:20 -07:00
test_device.py adb: add `adb shell exit 42` stress test. 2018-03-28 23:36:17 -07:00
trace.sh
transport.cpp adb: stop using quick_exit. 2018-02-27 14:50:07 -08:00
transport.h adb: extract atransport's connection interface. 2018-01-30 15:22:41 -08:00
transport_local.cpp adb: extract atransport's connection interface. 2018-01-30 15:22:41 -08:00
transport_mdns.cpp
transport_mdns_unsupported.cpp
transport_test.cpp adb: extract atransport's connection interface. 2018-01-30 15:22:41 -08:00
transport_usb.cpp adb: switch apacket over to a std::string payload. 2018-02-21 14:30:17 -08:00
usb.h adb: get libusb compiling on Windows. 2017-12-08 13:11:15 -08:00