[roll] Roll fuchsia [build] Optimize for size rather than speed This changes the release mode to optimize for size rather than speed which is aligned with our stated intent for current product priorities. We also set -mcpu=cortex-a53 for arm64 rather than using the generic model. This is already set for Zircon but is absent for Fuchsia. We should be uniformly using -mcpu=cortex-a53 everywhere since it matches our baseline and avoids unintended changes from compiler updates which might affect the generic model. Finally, we also provide a new clang_use_oz option to avoid optionally changing the optimization level to -Oz rather than -Os which may be useful in some cases. Original-Bug: 63313 Original-Bug: 84386 Original-Bug: 86265 Original-Bug: 86608 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594409 Original-Revision: 74a5b6599657c86636dcb099cb8d3580cc03e468 GitOrigin-RevId: cff872664b09a70e0fc5fb996081297f754b791b Change-Id: I5e0c4a6fc6894acaeb63c6a80010b1d9d0e2a74a
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.