Skip to content
Snippets Groups Projects
Commit c511e76d authored by Michael Vines's avatar Michael Vines
Browse files

Unstripped xpcom libraries now placed in ../symbols/system/lib

This avoids the need for special gdb solib-search-path entries when debugging
xpcom extensions.

Change-Id: I692ae9d6bf299b1fc344ac500d7d5f967147817b
parent 25d3b620
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ LOCAL_XPIDL_OUT := $(LOCAL_XPCOM_MODULE_OBJDIR)/xpidl_obj
# The directory where the final xpcom module will be installed to
LOCAL_MODULE_PATH := $(TARGET_OUT)/b2g/distribution/bundles/$(LOCAL_MODULE)
# Install unstripped lib into symbols/system/lib/ instead of
# symbols/system/b2g/distribution/.. to avoid special case gdb path handling
LOCAL_UNSTRIPPED_PATH = $(TARGET_OUT_SHARED_LIBRARIES_UNSTRIPPED)
# Extract Javascript sources into a separate macro
LOCAL_JS_SRC_FILES := $(filter %.js,$(LOCAL_SRC_FILES))
LOCAL_SRC_FILES := $(filter-out %.js,$(LOCAL_SRC_FILES))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment