[roll] Roll fuchsia [build] Remove obsolete targets.

These targets, defined in //build/packages/BUILD.gn are never
used. Moreoever there are not related to packages at all.

Developers who used them in their local args.gn definitions
can reference the corresponding :install targets of each
respective tool instead (e.g. //build/tools/json_validator:install
instead of //build/packages:json_validator).

Original-Bug: 42084668
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269025
Original-Revision: 60a329565edf9c2fb74dd75966eee347d6805c7c
GitOrigin-RevId: ea756381b2eb93abebf5e60ef2e8b72be0665484
Change-Id: I763a306f17c21d8cd70aacb9ecab242e0f20b22f
1 file changed
tree: b72bea105469fbe772a37f43c96c0f06c7603d47
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.