[roll] Roll fuchsia [keymint] add BUILD.gn and README.fuchsia

* following
  https://fuchsia.dev/fuchsia-src/development/source_code/third-party-management?hl=en#get_the_code
  we are adding the Fuchsia files for the Android source repo next to
  src/
* to make these targets build, we need to
  * provide a stub librustutils as we don't want to bring in the Android
    one.
  * allow the generated AIDL Rust bindings to have some lint errors.
    these are the first targets under //src/android being used so it
    wasn't needed before.

Original-Bug: 390187583
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216266
Original-Revision: 8472cd98f1dfe7d28ea74f9ab8ecad78e0c1224a
GitOrigin-RevId: 7c1f455e6edc6748f0f09fc47f60e7f59f1a4306
Change-Id: Iac67a5bd99a85ca95a4fdacb94e6d4f66de7f2b1
1 file changed
tree: 66e7850262c9267151fab004b5d9c1436c5f6e92
  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.