[roll] Roll fuchsia [bindgen] Control --explicit-padding with a knob

With the linked bug, we are in a case where we are using bindgen to
generate bindings that are indirectly (via bssl-sys) used by third-party
library (openssl). The latter code expected the construction of structs
not to have padding fields to initialize, and so we have a need to
control the generation of explicit padding fields. We default to 'on'
though, as this is generally useful for self-documenting ABI.

Original-Bug: 394116035
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1201306
Original-Revision: 2322b00531394fe716f973e8b412075ea3ebc281
GitOrigin-RevId: 07fc55557235aa6ba6df687951ed9beff7fa3c4e
Change-Id: Ie61fe22a36b5b1c262a2c2c3057ab625361433f7
1 file changed
tree: c4ba3b34bee2578b1367b0fc9bddde8ef6755fb3
  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.