Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e4e211a

Browse files
committed
jason feedback
1 parent ee814a6 commit e4e211a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

impeller/tools/impeller.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare_args() {
1818
impeller_enable_opengles = is_linux || is_win || is_android
1919

2020
# Whether the Vulkan backend is enabled.
21-
impeller_enable_vulkan = is_linux || is_win || is_android
21+
impeller_enable_vulkan = is_linux || is_win
2222

2323
# Whether to use a prebuilt impellerc.
2424
# If this is the empty string, impellerc will be built.

shell/platform/android/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ source_set("flutter_shell_native_src") {
140140

141141
defines = []
142142

143-
if (impeller_enable_vulkan) {
144-
defines += [ "IMPELLER_ENABLE_VULKAN" ]
145-
}
146-
147143
libs = [
148144
"android",
149145
"EGL",

0 commit comments

Comments
 (0)