Bundle impeller only on debug version of artifacts. (flutter/engine#36225)

This commit is contained in:
godofredoc 2022-09-16 18:33:04 -07:00 committed by GitHub
parent 422d88f217
commit 0873841f1a

View File

@ -75,15 +75,19 @@ if (build_engine_artifacts) {
source = "$root_out_dir/flutter_tester$exe"
destination = "flutter_tester$exe"
},
{
source = "$root_out_dir/impellerc$exe"
destination = "impellerc$exe"
},
{
source = "$root_out_dir/libtessellator$dll"
destination = "libtessellator$dll"
},
]
if (flutter_runtime_mode == "debug") {
files += [
{
source = "$root_out_dir/impellerc$exe"
destination = "impellerc$exe"
},
]
}
if (host_os == "mac") {
deps += [ ":artifacts_entitlement_config" ]
files += [