commit | f94ac3efc7e0e0a6ff6428fbebad72615dacf83e | [log] [tgz] |
---|---|---|
author | Fabio D'Urso <fdurso@fuchsia.infra.roller.google.com> | Mon Mar 25 09:30:32 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 02:31:52 2024 -0700 |
tree | 52769dbcbf81a527dd5a58e46e76f5586127f98d | |
parent | 307b66df57d78a2b13b5cb44b5eeff5ee518cc14 [diff] |
[roll] Roll fuchsia [heapdump][instrumentation] Do not dynamically link libunwind.so.1 When libheapdump_instrumentation.so is used by SDK clients, libunwind.so.1 may not exist or have a different ABI in the client's toolchain. We originally used to link it statically using the //build/config/fuchsia:static_cpp_standard_library config option, but fxrev.dev/919272 removed it to avoid a warning, introducing the runtime dependency on libunwind.so.1 by mistake. This CL restores the old correct behavior, but in a way that does not trigger the warning. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1013656 Original-Revision: d32d25ab25286365c806d4e5e1ffcaca18d8f153 GitOrigin-RevId: cc1bd1442aeac06df2a8a56fd3e09e333a2e5614 Change-Id: I017a1f87215caec64d29b5a7ee3f26da81736819
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.