OSDN Git Service

Switch to x86_64 instead of i386 for default host compilation.
[android-x86/external-llvm.git] / lib / ExecutionEngine / MCJIT / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 # For the host
4 # =====================================================
5 include $(CLEAR_VARS)
6
7 LOCAL_SRC_FILES := \
8   MCJIT.cpp
9
10 LOCAL_MODULE:= libLLVMMCJIT
11
12 LOCAL_MODULE_TAGS := optional
13
14 include $(LLVM_HOST_BUILD_MK)
15 include $(BUILD_HOST_STATIC_LIBRARY)