Skip to content

Commit ced93fc

Browse files
this sould fix engine diff
1 parent 6740534 commit ced93fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

patches/engine.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,15 @@ index 0000000..564c582
320320
diff --git a/engine/src/flutter/shell/testing/BUILD.gn b/engine/src/flutter/shell/testing/BUILD.gn
321321
--- a/engine/src/flutter/shell/testing/BUILD.gn
322322
+++ b/engine/src/flutter/shell/testing/BUILD.gn
323-
@@ -60,7 +60,11 @@ executable("testing") {
324-
"//flutter/impeller",
323+
@@ -100,6 +100,10 @@ tester("flutter_tester") {
324+
deps = [
325+
":tester_gpu_configuration",
325326
"//flutter/third_party/swiftshader/src/Vulkan:swiftshader_libvulkan_static",
326327
]
327328
+ if (is_termux) {
328329
+ libs += [ "vk_swiftshader" ]
329330
+ deps -= [ "//flutter/third_party/swiftshader/src/Vulkan:swiftshader_libvulkan_static" ]
330331
+ }
331-
sources += [ "tester_context_vk_factory.cc" ]
332332
}
333333

334334
metadata = {

0 commit comments

Comments
 (0)