[roll] Roll fuchsia [build][dart] Default to AOT in release mode, and corrected GN template errors

The root cause behind the following bug is resolved, so the build
scripts should no longer force JIT for release builds.

Original-Fixed: 64126

Also...

`dart_test_component()` and `flutter_test_component()` accept a
`build_cfg` variable from the invoker, but the GN syntax was wrong.
Builds failed when I tried to use it to force an individual test to run
in AOT mode (by supplying the dart_aot_runner in the test's
configuration).

Note, this is what I added to my `dart_test_component()` declaration,
which works, with the changes in this CL:

```gn
  # Fuchsia non-system tests do not have permissions for
  # `ambient_mark_vmo_exec` (per the current `component_manager_policy`),
  # which is required by the JIT runners, so build the test in AOT
  # mode, only, and serve the AOT runner from the test component's
  # environment.
  if (is_debug && !dart_force_aot) {
    # Note that `dart_aot_debug_build_cfg` does not work in the default,
    # non-release Fuchsia build because that config enables asserts, and
    # the current AOT VM apparently requires `no-asserts`.
    build_cfg = dart_profile_build_cfg
  }
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/653646
Original-Revision: 8fc0dcf8b9692093826b4e867f87930459f78478
GitOrigin-RevId: 049cab0b6af7cd9ae975a89db60e60e406f3dfa5
Change-Id: I4a22694f8a776efd8ce3dbf608a99b77b220b5fb
1 file changed
tree: a16ea5760ceca4226a1ebded59598c248fcdb167
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.