Files
build/core
Ryan Prichard 85a1213232 Switch platform-NDK unwinder to LLVM libunwind.a prebuilt
Link against the libunwind.a shipped with the NDK so it matches what's
linked into the NDK's libc++_shared.so.

For arm32, binary.mk and cxx_stl_setup.mk had been adding two different
versions of the LLVM unwinder to the same linker command-line. Remove
the duplicate one from cxx_stl_setup.mk.

-Wl,--exclude-libs is now unnecessary because the symbols are marked
hidden in the archive itself.

Bug: http://b/153025717
Test: device boots, manually inspect some linker command lines
Change-Id: Ie7182bd565014348b16448976dc6587d2885ba99
2021-03-22 14:00:59 -07:00
..
2021-01-28 17:10:24 +01:00
2020-04-18 21:00:18 -07:00
2020-06-08 16:36:52 -07:00
2020-03-05 20:46:47 +00:00
2020-07-13 14:26:25 -07:00
2020-06-10 17:18:13 -07:00
2020-10-05 10:17:21 -07:00
2020-06-08 16:36:52 -07:00
2020-05-27 19:37:03 -07:00
2019-09-18 16:23:04 +00:00
2021-03-17 18:04:56 +09:00