aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-02-10 17:32:09 -0800
committerColin Cross <ccross@android.com>2022-03-08 10:33:37 -0800
commite2820e749f89ca41ed0d6a6ec3e02641c7177370 (patch)
treed9c4b58533c5a25a6054d3aeb3d81d7f0a509971
parent8a3e6267c125019599a32cbe06d6f4867184f376 (diff)
downloadmusl-e2820e749f89ca41ed0d6a6ec3e02641c7177370.tar.gz
Add libunwind to libc_musl.so
Embed libunwind in libc_musl.so to provide the _Unwind* symbols, which allows removing the dependency on libgcc. Bug: 215802826 Test: m USE_HOST_MUSL=true host-native Change-Id: I786354ba916e5cb568ea291a31b197b52f0cbfa7
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 51bd2024..2404954b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -235,6 +235,7 @@ cc_library_static {
"libc_musl_nossp",
"libexecinfo",
"libb64",
+ "libunwind",
],
multilib: {
lib32: {