diff --git a/build/archives/BUILD.gn b/build/archives/BUILD.gn index d9b785b9bd536..7743e1ad911c8 100644 --- a/build/archives/BUILD.gn +++ b/build/archives/BUILD.gn @@ -91,6 +91,10 @@ if (build_engine_artifacts && !is_android) { source = "$root_out_dir/impellerc$exe" destination = "impellerc$exe" }, + { + source = "//flutter/impeller/compiler/shader_lib" + destination = "shader_lib" + }, { source = "$root_out_dir/${lib_prefix}path_ops$dll" destination = "${lib_prefix}path_ops$dll"