blob: 0bca17e620ae8ccf636a099467bea2f9e8ce8dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LOCAL_PATH:= $(call my-dir)
# For the host
# =====================================================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
EdgeProfiling.cpp \
ProfilingUtils.cpp \
OptimalEdgeProfiling.cpp
LOCAL_MODULE:= libLLVMInstrumentation
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_STATIC_LIBRARY)
|