commit | 53daee6a2b415caa0ff3e425c7fa613c834bca61 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Apr 19 13:17:01 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Sun Apr 19 13:17:01 2015 -0700 |
tree | 24950c9510a1bb8dfa6317c630c391a9b7bfdf6f | |
parent | 623aa1c47a51990259fbbc271d7f9f40046153fd [diff] |
Fix the Windows adb build. It looks like we can't use clang on Windows yet because libc++ isn't ready. So move back to GCC for the Windows host clang. Work around the mingw printf format string problems that made us want to switch to clang in the first place, and #include "sysdeps.h" in adb_utils.cpp to work around the absence of lstat(2) on Windows. Change-Id: Icd0797a8c0c2d1d326bdd704ba6bcafcbaeb742f