[roll] Roll fuchsia [sdk] Create host tool schema and rename type to element_type

Renames the type field of the common SDK element schema to element_type
since "type" is a keyword in JSON schemas and several programming
languages. version_history.json is updated accordingly.

Original-Bug: b/198192634
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/619882
Original-Revision: 6155663e2887e8cb175ec45cf37c2ed315d86f6d
GitOrigin-RevId: 3d29dec260f94af4132db708f7406f3f818037b9
Change-Id: I722dcdd7756dd298a486302ae7f80f2bfdea0079
1 file changed
tree: 6959b5adbe3ac85074a6069ebc9bdb1fed186d3d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.