1ifeq ($(LLDB_ROOT_PATH),) 2$(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH)) 3endif 4 5LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk 6
1ifeq ($(LLDB_ROOT_PATH),) 2$(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH)) 3endif 4 5LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk 6