We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6740534 commit ced93fcCopy full SHA for ced93fc
1 file changed
patches/engine.patch
@@ -320,15 +320,15 @@ index 0000000..564c582
320
diff --git a/engine/src/flutter/shell/testing/BUILD.gn b/engine/src/flutter/shell/testing/BUILD.gn
321
--- a/engine/src/flutter/shell/testing/BUILD.gn
322
+++ b/engine/src/flutter/shell/testing/BUILD.gn
323
-@@ -60,7 +60,11 @@ executable("testing") {
324
- "//flutter/impeller",
+@@ -100,6 +100,10 @@ tester("flutter_tester") {
+ deps = [
325
+ ":tester_gpu_configuration",
326
"//flutter/third_party/swiftshader/src/Vulkan:swiftshader_libvulkan_static",
327
]
328
+ if (is_termux) {
329
+ libs += [ "vk_swiftshader" ]
330
+ deps -= [ "//flutter/third_party/swiftshader/src/Vulkan:swiftshader_libvulkan_static" ]
331
+ }
- sources += [ "tester_context_vk_factory.cc" ]
332
}
333
334
metadata = {
0 commit comments