commit | df5bb431134cc7f198fac1a5cfff3da53b00d54e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Sun Apr 19 13:17:01 2015 -0700 |
committer | Elliott Hughes <[email protected]> | Sun Apr 19 13:17:01 2015 -0700 |
tree | 9e27a48c6148786fd5906cfd93dc2292529d2384 | |
parent | bebf693cba868feff20031443b534842c0b439c0 [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