fix build

Change-Id: I28799d5523e1d2d2500a82b3d323c58486aacdbc
This commit is contained in:
Tim Murray 2014-07-24 15:20:18 -07:00
parent 5ca1dc15a1
commit f3ca3d560a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ endif
# clang is enabled by default for host builds
# enable it unless we've specifically disabled clang above
ifdef LOCAL_IS_HOST_MODULE
ifneq($(HOST_OS),windows)
ifneq ($(HOST_OS),windows)
ifeq ($(my_clang),)
my_clang := true
endif