[roll] Roll fuchsia Revert "[gn-sdk] Enabling auto indexing of package symbols"

This reverts commit 8848445523d45dd57fadaa517d63179228415484.

Reason for revert: Per feedback from wez@, there are many open questions that should be resolved first.

Original change's description:
> [gn-sdk] Enabling auto indexing of package symbols
>
> This adds a global flag `fuchsia_auto_index_symbols`.
> When true, the ids.txt file generated from a `fuchsia_package`
> is added to the symbolizer index using the `symbol-index` SDK tool.
> The Fuchsia symbol index used to symbolize logs and to find source
> when using zxdb.
>
> The default value is false, in order to be backwards compatibility
> with existing builds, and only makes sense to set to true when building
> as a developer that will need to symbolize logs or use the debugger with
> locally build code.
>
> To enable it for a build add `fuchsia_auto_index_symbols=true` to
> the gn gen args.
>
> Bugs: b/195019412
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/567504

TBR=wez@google.com,wilkinsonclay@google.com,omerlevran@google.com,dangyi@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/569881
Original-Revision: d5d28027c13cc5eaf46e072fd493f10784cd351d
GitOrigin-RevId: d7bb65e47bc610fcba4c6be8823e54dbc31583c6
Change-Id: Ie37148c035fd7e7f4a760c54616980a998546237
1 file changed
tree: 171dfd1bd3af6dc4ea71b902480c616706afa175
  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.