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