aboutsummaryrefslogtreecommitdiff
path: root/lldb.mk
blob: ac928940dfde3b1d804ff10d96a8e8acbbd73b2b (plain)
1
2
3
4
5
ifeq ($(LLDB_ROOT_PATH),)
$(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH))
endif

LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk