Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+13 −5
Original line number Diff line number Diff line
@@ -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",