libbacktrace_libc++ needs to be multilib on the Mac too.
Change-Id: I2053345253c1d57c3485b790163ba0b4b10cc326
This commit is contained in:
parent
949bd4c208
commit
c132aaf0c3
|
@ -201,6 +201,8 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SRC_FILES := \
|
||||
BacktraceMap.cpp \
|
||||
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
include $(BUILD_HOST_SHARED_LIBRARY)
|
||||
|
||||
endif # TARGET_BUILD_APPS
|
||||
|
|
Loading…
Reference in New Issue