mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
One more attempt to fix the build
This commit is contained in:
parent
ecd0f5a71c
commit
1ebcc38580
8
engine/src/flutter/sky/dist/BUILD.gn
vendored
8
engine/src/flutter/sky/dist/BUILD.gn
vendored
@ -2,8 +2,6 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
root_dist_dir = "$root_build_dir/dist"
|
||||
|
||||
if (!is_ios) {
|
||||
|
||||
copy("sky_shell") {
|
||||
@ -42,7 +40,7 @@ copy("sky_shell") {
|
||||
]
|
||||
}
|
||||
|
||||
outputs = [ "$root_dist_dir/shell/{{source_file_part}}" ]
|
||||
outputs = [ "$root_build_dir/dist/shell/{{source_file_part}}" ]
|
||||
}
|
||||
|
||||
} # if (!is_ios)
|
||||
@ -52,7 +50,7 @@ if (is_android) {
|
||||
script = "//flutter/sky/tools/dist_dart_pkg.py"
|
||||
|
||||
source = "$root_gen_dir/dart-pkg/sky_engine"
|
||||
dest = "$root_dist_dir/packages/sky_engine"
|
||||
dest = "$root_build_dir/dist/packages/sky_engine"
|
||||
|
||||
inputs = [ source ]
|
||||
outputs = [ dest ]
|
||||
@ -73,7 +71,7 @@ if (is_android) {
|
||||
script = "//flutter/sky/tools/dist_dart_pkg.py"
|
||||
|
||||
source = "$root_gen_dir/dart-pkg/sky_services"
|
||||
dest = "$root_dist_dir/packages/sky_services"
|
||||
dest = "$root_build_dir/dist/packages/sky_services"
|
||||
|
||||
inputs = [ source ]
|
||||
outputs = [ dest ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user