Skip to content
Snippets Groups Projects
Commit f8a97c1f authored by Josh Gao's avatar Josh Gao
Browse files

adb: start building windows test again.

Test: mma
Change-Id: Iea2a3055cc3642905a1bbdd18550a9fc12702da8
parent 2e1e789e
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,12 @@ cc_defaults {
// MinGW hides some things behind _POSIX_SOURCE.
"-D_POSIX_SOURCE",
],
host_ldlibs: [
"-lws2_32",
"-lgdi32",
"-luserenv",
],
},
},
}
......@@ -176,6 +182,13 @@ cc_test_host {
"libdiagnose_usb",
"libusb",
],
target: {
windows: {
enabled: true,
shared_libs: ["AdbWinApi"],
},
},
}
cc_binary_host {
......@@ -223,11 +236,6 @@ cc_binary_host {
windows: {
enabled: true,
ldflags: ["-municode"],
host_ldlibs: [
"-lws2_32",
"-lgdi32",
],
shared_libs: ["AdbWinApi"],
required: [
"AdbWinUsbApi",
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment