blob: c02b5e6af112a7e877f9576ce2399625e22baaf1 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# For the host
# =====================================================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
MCJIT.cpp
LOCAL_MODULE:= libLLVMMCJIT
LOCAL_MODULE_HOST_OS := darwin linux windows
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_STATIC_LIBRARY)