There was an error while loading. Please reload this page.
1 parent ee814a6 commit e4e211aCopy full SHA for e4e211a
2 files changed
impeller/tools/impeller.gni
@@ -18,7 +18,7 @@ declare_args() {
18
impeller_enable_opengles = is_linux || is_win || is_android
19
20
# Whether the Vulkan backend is enabled.
21
- impeller_enable_vulkan = is_linux || is_win || is_android
+ impeller_enable_vulkan = is_linux || is_win
22
23
# Whether to use a prebuilt impellerc.
24
# If this is the empty string, impellerc will be built.
shell/platform/android/BUILD.gn
@@ -140,10 +140,6 @@ source_set("flutter_shell_native_src") {
140
141
defines = []
142
143
- if (impeller_enable_vulkan) {
144
- defines += [ "IMPELLER_ENABLE_VULKAN" ]
145
- }
146
-
147
libs = [
148
"android",
149
"EGL",
0 commit comments