blob: 55da4bd1d1039b4c827b4c0055ffbb60bd24651e [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DeclNodes.inc \
StmtNodes.inc
lldb_HostLinux_SRC_FILES := \
Host.cpp
LOCAL_SRC_FILES := $(lldb_HostLinux_SRC_FILES)
LOCAL_MODULE:= liblldbHostLinux
LOCAL_MODULE_TAGS := optional
include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)