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

Commit 285b9fb

Browse files
authored
Copy the flutter_gpu package into the engine artifacts. (#51365)
Part of flutter/flutter#131711.
1 parent 2253387 commit 285b9fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/archives/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ if (build_engine_artifacts && !is_android) {
8787
source = "//flutter/impeller/compiler/shader_lib"
8888
destination = "shader_lib"
8989
},
90+
{
91+
source = "//flutter/lib/gpu"
92+
destination = "flutter_gpu"
93+
},
9094
{
9195
source = "$root_out_dir/${lib_prefix}path_ops$dll"
9296
destination = "${lib_prefix}path_ops$dll"

0 commit comments

Comments
 (0)