[roll] Roll fuchsia [gidl] Use go:embed for templates

This CL moves template strings from GIDL .go files to new .tmpl files
which are then embedded using go:embed, as we've done in fidlgen.

Test: fx test gidl_golden_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/683867
Original-Revision: e14a7e2588f6d814d23d110f471df3e0cbf3f612
GitOrigin-RevId: 24487f9602dcc7a59395fda76d5ec8dcb3a331be
Change-Id: I2f347bcd393d4d6a4bc993c46f323ec04c30a2b8
1 file changed
tree: 6217ca3322e5ca85d1b78621a9f0440c68a8d40f
  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.