| commit | 5e3fcc1e6c5bbf7e85bd9744f178c529dd6c1d49 | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Tue Jun 23 18:00:36 2015 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 23 18:00:37 2015 +0000 |
| tree | 0282e44850c75f12ad3150014b86c63de1396a91 | |
| parent | 82f6383fa6bcfc060bbe631b8dab570e3691bb88 [diff] | |
| parent | dc30a16ba27c4a0de388696869cd1c518ecb3f3a [diff] |
Merge "Hide unwinder symbols in each binary."
diff --git a/core/cxx_stl_setup.mk b/core/cxx_stl_setup.mk index c59cd34..3941edf 100644 --- a/core/cxx_stl_setup.mk +++ b/core/cxx_stl_setup.mk
@@ -70,6 +70,7 @@ else ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) my_static_libraries += libunwind_llvm + my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a endif ifeq ($(my_link_type),static)