summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2024-04-05 21:06:37 +0100
committerMartin Stjernholm <mast@google.com>2024-04-11 16:35:34 +0100
commit60f47c000f5e6ef002f32bfd67e4e776fbe35a7d (patch)
tree000e6a56e11f322de79fd34ef83d280771d57b3b
parent79d8862e88006e935ed0ffb8130053525e00b53c (diff)
downloadunwinding-master.tar.gz
Make libasync_safe dependency available when libunwindstack is linkedHEADmastermain
statically into another library. This shouldn't affect the size of the DSO since it uses a version script to limit exported symbols. Test: atest libunwindstack_unit_test Bug: 247108425 Change-Id: I1a972f55ddd95f9e47387b64150951456ce5099a
-rw-r--r--libunwindstack/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 77fc6bc..de25156 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -109,7 +109,7 @@ cc_defaults {
},
bionic: {
header_libs: ["bionic_libc_platform_headers"],
- static_libs: ["libasync_safe"],
+ whole_static_libs: ["libasync_safe"],
},
},