mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Bundle impeller only on debug version of artifacts. (flutter/engine#36225)
This commit is contained in:
parent
422d88f217
commit
0873841f1a
@ -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 += [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user