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

Commit efd8ae2d authored by Josh Gao's avatar Josh Gao
Browse files

adb: win32: fix adb_test.

At some point between Q and master, adb_test.exe stopped working because
it wasn't being linked with -municode?

Test: wine adb_test.exe
Change-Id: I6c20f3b3241cee2052d31d1ca85b8a9738828f6e
parent d543c8ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -221,6 +221,7 @@ cc_test_host {
    target: {
    target: {
        windows: {
        windows: {
            enabled: true,
            enabled: true,
            ldflags: ["-municode"],
            shared_libs: ["AdbWinApi"],
            shared_libs: ["AdbWinApi"],
        },
        },
    },
    },