aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-01-31 03:27:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-31 03:27:54 +0000
commit4ab17f1ffd2cb7c0ee9c13ed951a8ed5b5c6aaf0 (patch)
tree20d77eec5fe8a0a88c6d4bf18e957b3ae4f97e08 /Android.bp
parent888a54dcbf954fdffacc8283a793290abcc589cd (diff)
parent3f7b4400d66f37b195f5ef72fcce2e9975b72842 (diff)
downloadadb-4ab17f1ffd2cb7c0ee9c13ed951a8ed5b5c6aaf0.tar.gz
Merge "Refactor-only CL: now using test_utils::GetUnassignedPort() for socket_test, addressing tech-debt (windows). Followup CL will pull in restart_service test coverage enhancement."
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 8ddc42f1..f0b388fa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -249,6 +249,7 @@ libadb_test_srcs = [
"adb_listeners_test.cpp",
"adb_utils_test.cpp",
"fdevent/fdevent_test.cpp",
+ "shell_service_protocol.cpp",
"socket_spec_test.cpp",
"socket_test.cpp",
"sysdeps_test.cpp",
@@ -363,6 +364,7 @@ cc_test_host {
defaults: ["adb_defaults"],
srcs: libadb_test_srcs + [
"client/mdns_utils_test.cpp",
+ "test_utils/test_utils.cpp",
],
static_libs: [
@@ -832,8 +834,7 @@ cc_test {
"daemon/services.cpp",
"daemon/shell_service.cpp",
"daemon/shell_service_test.cpp",
- "daemon/test_utils.cpp",
- "shell_service_protocol.cpp",
+ "test_utils/test_utils.cpp",
"shell_service_protocol_test.cpp",
"mdns_test.cpp",
],