[roll] Roll experiences [build] check if dart and flutter build configurations are different

The workstation_routing shards assume the dart and flutter build
configurations match, and they only route the runner indicated by the
dart build configuration. If flutter's build configuration is different,
the flutter apps (built for a different runner type) will fail to
launch.

This assert ensures that can't happen (with an error during `fx set`).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/713784
Original-Revision: c80d61b74bc660810a8e6080e78c46a66895d8f4
GitOrigin-RevId: 28941aacde82341c6e8f61780f2fa0999703ba0f
Change-Id: I252c75d878ce473c6434532e73fee8f1389f8593
1 file changed
tree: a761179218f08d54b0a398544a89be165dc52b7d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.