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

Commit 357f26e

Browse files
committed
Update fuchsia_libs.gni
### 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
1 parent c958092 commit 357f26e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/fuchsia/fuchsia_libs.gni

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ common_libs = [
5353
path = rebase_path("$sysroot_dist_lib/$ld_so_path")
5454
output_path = ld_so_path
5555
},
56+
{
57+
name = "libvfs_internal.so"
58+
path = rebase_path("$fuchsia_sdk_dist")
59+
},
5660
]
5761

5862
# Note, for clang libs we use the md5 hashes here because of gn limitations of

0 commit comments

Comments
 (0)