[roll] Roll fuchsia [ide-query] Implement build verification within ide-query

This change adds a `VerifyBuild` function to `analyzer.go` which manages a dedicated build directory at `out/.ide-analysis`. It syncs `args.gn`, runs `fx gen` when needed, and executes `fx build` on all targets associated with the queried files. The outcome of the build is reported through new `AnalysisError` and `AnalysisResult` fields in the JSON output, ensuring that necessary build artifacts are available for IDE analysis. Documentation has been updated to reflect this new workflow.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574316
Original-Revision: 2b88a9f95d73b78ce76310d0eb015250b9d3c847
GitOrigin-RevId: f637bee1f5fa6d8ff9c06b4cb007ec517f01b058
Change-Id: I82b81ccd5fc430ff5c3864a11b0dc2f4ae35f92a
1 file changed
tree: 95e60394e8183212b18312a2c2060b8b6ebe6c73
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.