am 16d43086: Merge "Fix Windows SDK build to not use clang."

* commit '16d43086e91b76876f195b6d7a7c2e9d021b8293':
  Fix Windows SDK build to not use clang.
This commit is contained in:
Tim Murray 2014-07-24 22:12:14 +00:00 committed by Android Git Automerger
commit eb9563f9ab
1 changed files with 5 additions and 3 deletions

View File

@ -133,9 +133,11 @@ endif
# clang is enabled by default for host builds
# enable it unless we've specifically disabled clang above
ifdef LOCAL_IS_HOST_MODULE
ifeq ($(my_clang),)
my_clang := true
endif
ifneq($(HOST_OS),windows)
ifeq ($(my_clang),)
my_clang := true
endif
endif
endif
# arch-specific static libraries go first so that generic ones can depend on them