[roll] Roll fuchsia [build][bindgen] Make --impl-foo and --with-derive-foo configurable

These are general knobs and there are existing bindgen shell scripts in
the tree that use them.

Previously --with-derive-default was added to the constructed command-
line by default. We now update the existing fuchsia.git bindgen scripts
to explicitly set `.std_derives = ["default"]` for parity. As a manual
check, the two scripts were rerun locally and there was no change around
Default derivation.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1126676
Original-Revision: 85723fa2b896eba8eb219d2d299af0a270cb29f7
GitOrigin-RevId: 8ba718054a933788febb38df68f1860a70de4896
Change-Id: I5169be1ea689bf7ba1394bc96dbc3b4618cd1221
1 file changed
tree: 5215411317cb0c1f2f3a2edb5950a7a4ba4eb3c8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.