[roll] Roll fuchsia [bindgen] Add knob for generated !#[allow(...)] directives

In the canonical boringssl Rust bindings included in boringssl.git, the
bssl-sys crate `include!`s a bindgen-generated file into its root. Even
though this is done at the top of the root, rustc will still choke on
any #! directives at the top of the included file. To accommodate this
case we add a knob to control whether the !#[allow(...)] directives are
emitted in our Python bindgen command line builder abstraction,
defaulting to inclusion.

Original-Bug: 394345209, 394116035
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200824
Original-Revision: 6a82041b23d4122ece88e81d6a4ab083df3ae58f
GitOrigin-RevId: e921496f74939d469f4f49ca9031c73b30b33b77
Change-Id: I39939338286ce1b0387199cd53fa25154d074cd7
1 file changed
tree: ad6a1ceb8dfbc1be753b705c5ec65b6a92ce56bb
  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.