[roll] Roll fuchsia [zxio] Remove attribute equality checks.

They had a few small bugs in them due to missing fields that have since
been added. It was only being used as part of attr_set to ensure that
extra "has" flags weren't being passed in. This deletes a long chunk of
human-managed code that we keep forgetting to update properly and
replaces it with an iteration over the struct of bools as a pointer
array.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1135513
Original-Revision: 1195ec8dbbecc73948ed789d1d3a8e094dff9143
GitOrigin-RevId: bd12b231f3d87de999cf9be139683c54d01fedc3
Change-Id: Id564550eac951334d8cef88c567f102369a84068
1 file changed
tree: 90b4272e5f3c51da51c5ec2de22342b025828148
  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.