Add the Impeller shader lib to the engine archive (flutter/engine#37218)

This commit is contained in:
Brandon DeRosier 2022-11-01 14:19:13 -07:00 committed by GitHub
parent de38ee7991
commit 24174f255f

View File

@ -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"