blob: bd9271175515dd7564f062d8128e352639ee94de [file] [log] [blame]
Todd Fialad55c5b12013-10-14 09:48:59 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4include $(CLEAR_TBLGEN_VARS)
5
6TBLGEN_TABLES := \
7 DiagnosticCommonKinds.inc \
8 DeclNodes.inc \
9 StmtNodes.inc
10
11lldb_InitAndLog_SRC_FILES := \
12 lldb.cpp \
13 lldb-log.cpp
14
15LOCAL_SRC_FILES := $(lldb_InitAndLog_SRC_FILES)
16
17LOCAL_MODULE:= liblldbInitAndLog
18LOCAL_MODULE_TAGS := optional
19
20include $(LLDB_BUILD_MK)
21include $(CLANG_VERSION_INC_MK)
22include $(CLANG_TBLGEN_RULES_MK)
23include $(BUILD_HOST_STATIC_LIBRARY)