OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / lib / ExecutionEngine / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 # For the host
4 # =====================================================
5 include $(CLEAR_VARS)
6
7 LOCAL_SRC_FILES := \
8         ExecutionEngineBindings.cpp \
9         ExecutionEngine.cpp \
10         GDBRegistrationListener.cpp \
11         SectionMemoryManager.cpp \
12         TargetSelect.cpp
13
14 LOCAL_MODULE:= libLLVMExecutionEngine
15
16 LOCAL_MODULE_TAGS := optional
17
18 include $(LLVM_HOST_BUILD_MK)
19 include $(BUILD_HOST_STATIC_LIBRARY)