Hide symbols from the unwinder.

Bug: 18471342
Bug: 19958712
Change-Id: I4a966262680dcf57e9d9481cb9406e1092c7f243
This commit is contained in:
Dan Albert
2015-03-31 16:39:52 -07:00
parent 660563f20a
commit 41ab26aecf

View File

@@ -73,6 +73,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := libc++_static
LOCAL_SHARED_LIBRARIES := libdl LOCAL_SHARED_LIBRARIES := libdl
LOCAL_CXX_STL := none LOCAL_CXX_STL := none
LOCAL_STATIC_LIBRARIES_arm := libunwind_llvm LOCAL_STATIC_LIBRARIES_arm := libunwind_llvm
LOCAL_LDFLAGS_arm := -Wl,--exclude-libs,libunwind_llvm.a
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
# host static lib # host static lib