[roll] Roll fuchsia [heapdump] Fix warning reported by clang++ while linking the instrumentation

This CL fixes the following warnings, which were due to contradicting
command-line directives:
 $ fx build
 ...
 [13366/41762](28) SOLINK arm64-shared/libheapdump_instrumentation.so
 clang++: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
 clang++: warning: argument unused during compilation: '-static-libstdc++' [-Wunused-command-line-argument]

Thanks jamesr@ for the investigation

Original-Fixed: 133910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/919272
Original-Revision: 940fe63bfa377242d628b7cb73af708afd095b8d
GitOrigin-RevId: 1f3133d1df7160dfc428e1c0c6889eaff2054f76
Change-Id: Ia2077d491a0b93a18a37c39d83aaaa119302a5f0
1 file changed
tree: ab3a877f5f62977c18060025da218baea9e3e242
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.