Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@Breakthrough
Copy link
Contributor

@Breakthrough Breakthrough commented Mar 15, 2024

Motivation of the change:

The Fuchsia SDK target //sdk/lib/vfs/cpp is being migrated to a shared library in https://fxrev.dev/981373. The shared library has already been included in the SDK as a dependency, but is missing from the OOT copies of the runners used in tests (shell/platform/fuchsia/flutter/BUILD.gn). This change adds the missing .so to these prebuilts.

Blocking issue:

As part of an ongoing Fuchsia SDK migration effort, this library requires migration in order to continue ongoing maintenance efforts. See https://fxbug.dev/293936429 for details.

Solutions:

This library is already included licensed under the exsting Fuchsia SDK license. It can be verified as already existing in the distributed IDKs due to it being added as a dependency early. The OOT test archives are the last remaining step before switching the library to start using the new .so.

Bug: b/293936429

FYI: @ZiJieHe

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA. (I am a Googler)
  • All existing and new tests are passing.

### Motivation of the change:

The Fuchsia SDK target //sdk/lib/vfs/cpp is being migrated to a shared library in https://fxrev.dev/981373. The shared library has already been included in the SDK as a dependency, but is missing from the OOT copies of the runners used in tests (shell/platform/fuchsia/flutter/src.gn). This change adds the missing .so to these prebuilts.


### Blocking issue:

As part of an ongoing Fuchsia SDK migration effort, this library requires migration in order to continue ongoing maintenance efforts.  See https://fxbug.dev/293936429 for details.

### Solutions:

This library is already included and licensed under the exsting Fuchsia SDK license.  It can be verified as already existing in the distributed IDKs due to it being added as a dependency early.  The OOT test archives are the last remaining step before switching the library to start using the new .so.

Bug: [b/293936429](https://fxbug.dev/293936429)

FYI: @ZiJieHe

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
@zanderso zanderso merged commit d14eaa2 into flutter:main Mar 19, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 19, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Mar 19, 2024
…145424)

flutter/engine@7095e6a...bacb027

2024-03-19 6844906[email protected] [Fuchsia] Remove the legacy tools/fuchsia/target_api_level file (flutter/engine#51497)
2024-03-19 [email protected] Update fuchsia_libs.gni (flutter/engine#51447)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants