Fix iOS updater GN dependency
This commit is contained in:
+1
-1
Submodule flutter updated: 4b30ef34f8...e7248b3603
@@ -963,6 +963,10 @@ assert!(
|
|||||||
!flutter_embedder_build.include?('if (is_ios || is_mac)'),
|
!flutter_embedder_build.include?('if (is_ios || is_mac)'),
|
||||||
'Shorebird patch cache and embedder targets must depend on shared_object_loaders so GN header checks allow both ELF and Mach-O loader includes'
|
'Shorebird patch cache and embedder targets must depend on shared_object_loaders so GN header checks allow both ELF and Mach-O loader includes'
|
||||||
)
|
)
|
||||||
|
assert!(
|
||||||
|
flutter_ios_build.include?('"//flutter/shell/common/shorebird:updater"'),
|
||||||
|
'iOS Flutter framework source must directly depend on the Shorebird updater target because FlutterDartProject.mm includes updater.h'
|
||||||
|
)
|
||||||
assert!(
|
assert!(
|
||||||
flutter_web_ui_copy_artifacts.include?("io.Platform.environment['FLUTTER_STORAGE_BASE_URL']") &&
|
flutter_web_ui_copy_artifacts.include?("io.Platform.environment['FLUTTER_STORAGE_BASE_URL']") &&
|
||||||
flutter_web_ui_copy_artifacts.include?('http://localhost:8080/download.flutter.io') &&
|
flutter_web_ui_copy_artifacts.include?('http://localhost:8080/download.flutter.io') &&
|
||||||
|
|||||||
Reference in New Issue
Block a user