am a9aa0f2c: Merge "Build the libc++ variant of libbacktrace on the host for Mac."
* commit 'a9aa0f2c42e2291496f39ca60775ff95648eba31': Build the libc++ variant of libbacktrace on the host for Mac.
This commit is contained in:
commit
a31dab8a8f
1 changed files with 17 additions and 0 deletions
|
|
@ -186,4 +186,21 @@ LOCAL_SRC_FILES := \
|
||||||
|
|
||||||
include $(BUILD_HOST_SHARED_LIBRARY)
|
include $(BUILD_HOST_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
# Don't build for unbundled branches
|
||||||
|
ifeq (,$(TARGET_BUILD_APPS))
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
# The libbacktrace library (libc++)
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
|
LOCAL_MODULE := libbacktrace_libc++
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
LOCAL_SRC_FILES := \
|
||||||
|
BacktraceMap.cpp \
|
||||||
|
|
||||||
|
include $(BUILD_HOST_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
endif # TARGET_BUILD_APPS
|
||||||
|
|
||||||
endif # HOST_OS-darwin
|
endif # HOST_OS-darwin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue