[roll] Roll fuchsia [fuchsia-controller] Remove DES_MIX macro

The DES_MIX macro was only needed to suppress a warning on exactly two
fields, where the field could easily just be named explicitly. It's
possible there were more uses of this macro before, but the two use
cases today don't seem to warrant the abstraction.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1174754
Original-Revision: 41243c9e7d9187d7f68a0857124157ff7c22171f
GitOrigin-RevId: 77f9adf9841b6fd0a7673d8df319680b7f6b3ffa
Change-Id: I28c91127439ad6ed3c8c436469578fd175c4cb77
1 file changed
tree: dae211cf5efd3eb2297f2cc98620780c0cbdbb0b
  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.