Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5570c9b1 authored by Dan Albert's avatar Dan Albert
Browse files

Add LOCAL_MULTILIB := both to Darwin libbacktrace.

This was previously set for libbacktrace_libc++, but apparently never
was for libbacktrace.

Change-Id: I85dc44b356710c6367f5cea3bc0a4d6c817ca202
parent a78e1a74
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -141,6 +141,8 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
	BacktraceMap.cpp \

LOCAL_MULTILIB := both

include $(BUILD_HOST_SHARED_LIBRARY)

endif # HOST_OS-darwin