From a255939b6afb5a83473fee8658281b736b80f9f2 Mon Sep 17 00:00:00 2001 From: Duane Sand Date: Tue, 21 Jan 2014 10:47:07 -0800 Subject: [MIPS64] Temporary placeholder build, to allow other projects to build Change-Id: I050c96c687f44e882bb7139a7dd81a46c72ac3b6 --- shared_llvm.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shared_llvm.mk') diff --git a/shared_llvm.mk b/shared_llvm.mk index 0a438a2..718afb3 100644 --- a/shared_llvm.mk +++ b/shared_llvm.mk @@ -82,7 +82,8 @@ include $(LLVM_HOST_BUILD_MK) include $(BUILD_HOST_SHARED_LIBRARY) #TODOArm64: Enable llvm build -ifneq ($(TARGET_ARCH),arm64) +#TODOMips64: Enable llvm build +ifeq ($(filter $(TARGET_ARCH),arm64 mips64),) # DEVICE LLVM shared library build include $(CLEAR_VARS) @@ -116,6 +117,6 @@ LOCAL_SHARED_LIBRARIES := libcutils libdl libstlport include $(LLVM_DEVICE_BUILD_MK) include $(BUILD_SHARED_LIBRARY) -endif # !arm64 +endif # !(arm64 || mips64) endif # don't build in unbundled branches -- cgit v1.1