File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 87
87
"include_paths" : [
88
88
" out/android_debug/zip_archives/android-arm/symbols.zip" ,
89
89
" out/android_debug/zip_archives/flutter_download_io" ,
90
- " out/android_debug/zip_archives/android-arm/ sky_engine.zip" ,
90
+ " out/android_debug/zip_archives/sky_engine.zip" ,
91
91
" out/android_debug/zip_archives/android-javadoc.zip"
92
92
]
93
93
}
106
106
"config" : " android_debug" ,
107
107
"targets" : [
108
108
" flutter" ,
109
- " flutter/sky/dist:zip " ,
109
+ " flutter/sky/dist:zip_old_location " ,
110
110
" flutter/shell/platform/android:embedding_jars" ,
111
111
" flutter/shell/platform/android:abi_jars" ,
112
112
" flutter/shell/platform/android:robolectric_tests"
Original file line number Diff line number Diff line change @@ -37,6 +37,19 @@ if (is_android) {
37
37
]
38
38
deps = [ " :sky_engine" ]
39
39
}
40
+
41
+ zip_bundle (" zip_old_location" ) {
42
+ # TODO godofredoc: remove after we migrate the tool to use the new location.
43
+ # Bug: https://github.com/flutter/flutter/issues/105351
44
+ output = " sky_engine.zip"
45
+ files = [
46
+ {
47
+ source = " $root_build_dir /dist/packages/sky_engine"
48
+ destination = " sky_engine"
49
+ },
50
+ ]
51
+ deps = [ " :sky_engine" ]
52
+ }
40
53
}
41
54
42
55
group (" dist" ) {
You can’t perform that action at this time.
0 commit comments