aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared_clang.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared_clang.mk b/shared_clang.mk
index 8b81d168d3..2580e07626 100644
--- a/shared_clang.mk
+++ b/shared_clang.mk
@@ -46,16 +46,11 @@ include $(CLANG_HOST_BUILD_MK)
# have prebuilts for windows.
ifneq (true,$(FORCE_BUILD_LLVM_COMPONENTS))
LOCAL_MODULE_HOST_OS := windows
-# BUILD_HOST_SHARED_LIBRARY can be moved out once
-# LOCAL_MODULE_HOST_OS is enforced.
-ifeq ($(HOST_OS),windows)
-include $(BUILD_HOST_SHARED_LIBRARY)
-endif
else
LOCAL_MODULE_HOST_OS := darwin linux windows
-include $(BUILD_HOST_SHARED_LIBRARY)
endif
+include $(BUILD_HOST_SHARED_LIBRARY)
# Don't build the library unless forced to.
ifeq (true,$(FORCE_BUILD_LLVM_COMPONENTS))