OSDN Git Service

Add opt.
[android-x86/external-llvm.git] / lib / Transforms / Instrumentation / Android.mk
1 ifeq ($(TARGET_ARCH),arm)
2
3 LOCAL_PATH:= $(call my-dir)
4
5 # For the host
6 # =====================================================
7 include $(CLEAR_VARS)
8
9 LOCAL_SRC_FILES :=      \
10      EdgeProfiling.cpp   \
11      ProfilingUtils.cpp      \
12      OptimalEdgeProfiling.cpp
13
14 LOCAL_MODULE:= libLLVMInstrumentation
15
16 include $(LLVM_HOST_BUILD_MK)
17 include $(BUILD_HOST_STATIC_LIBRARY)
18
19 endif