commit | efd8ae2d54a74c13144255954f71c845db48728b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Jul 16 15:08:42 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Jul 16 15:21:59 2019 -0700 |
tree | ccff07727ef113b1ecd915355c6bea9f8a234a30 | |
parent | d543c8ca11d79f487a5c0e496faa57c961acf18c [diff] [blame] |
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
diff --git a/adb/Android.bp b/adb/Android.bp index f6aede8..ef5057a 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -221,6 +221,7 @@ target: { windows: { enabled: true, + ldflags: ["-municode"], shared_libs: ["AdbWinApi"], }, },