[roll] Roll fuchsia [assembly] default assembled_system() to use eng platform AIBs

All in-tree uses of assembled_system() are for eng build-type
assemblies, so make that the default to reduce the common user
error of not setting this option correctly.

Bazel assemblies are left as-is, because they can't accidentally
use the eng build-type AIBs when not setting the flag correctly,
as their action sandboxes won't include the eng build-type AIBs
at all.

Original-Bug: b/365667289
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116873
Original-Revision: adf4da89739c948f122e151e8f36ce01691cf46e
GitOrigin-RevId: af1124e80d8b8a756316ceaf6e2d537f21f965ad
Change-Id: If213d9215984ab85c17f01cd7e4bfaf1146a486b
1 file changed
tree: 92b47aa34df3158c62876f20f4436174c90f9409
  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.