[roll] Roll fuchsia [build] Fix Asan variant definition to support zx_assert_level = 0.

Setting `zx_assert_level = 0` in args.gn would break the compilation
of the C library, because //build/config:default_frame_pointers would
add -DWITH_FRAME_POINTERS=0 to the command-line, then the asan variant
would add -DWITH_FRAME_POINTERS=1 to it. The compiler would then
complain loudly about it when building asan-based C library binaries.

For more details, see the associated bug. This CL fixes the issue
by ensuring //build/config:default_frame_pointers is removed when
necessary.

Original-Bug: 84138
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576845
Original-Revision: 9770e81a33cc21d3fab026373b00805f3ea4eb3b
GitOrigin-RevId: 7fe6100d1234a47d10487c61a8e6f75cdde481ce
Change-Id: I92f2e4544758cf95a854b8e47301e93681ab9be5
1 file changed
tree: d8aa3d0f80b70540aadc9541d1707364cf02ad03
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.