[roll] Roll fuchsia [binder] Update copy of generated bindings

This updates our vendored copy of the bindgen generated bindings for the
binder_ndk crate. This file is copied from an Android build at the path:

out/soong/.intermediates/frameworks/native/libs/binder/rust/libbinder_ndk_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/bindings.rs

with an Android copyright header added.

This also updates our generated bindings for rpcbinder by running the
script //src/lib/android/binder/rust/rpcbinder/generate.py

Lastly, this updates binder proxy code for changes in the API as the
StatusCode type no longer implements Error.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172293
Original-Revision: 380240157d5c24f26d1392e68c3afcabd3ec4e88
GitOrigin-RevId: bb2ab60681a7239cbd5e6be80577ae79e0466d0f
Change-Id: I89de2a9263c6c48be5c6558b53a3d307f89c7aeb
1 file changed
tree: fd878b1dfc90686e36cf3072abdbf5d047b159cc
  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.