[roll] Roll fuchsia [serial][fidl] Change enum to bits type

Change the SerialState enum to a bits type, as a serial device can be
readable and writable at the same time. Having this as an enum requires
extra casting when used as intended.

Original-Bug: 333094948
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1030194
Original-Revision: 8f728118330021d2a861b32b5894d46d0078f9c7
GitOrigin-RevId: c9c745d0e984f6ae62bce2bbc2ccd72eeeb89409
Change-Id: Ia8f2fe17979fc22725a4d6ae2c7efef0158ff5a9
1 file changed
tree: 2a7e46e045416284814b13c1c4f1e1a71e11b8a5
  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 via the IRC channel #fuchsia on Freenode.

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.