Skip to content

Commit

Permalink
jason feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Jun 8, 2023
1 parent ee814a6 commit e4e211a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion impeller/tools/impeller.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare_args() {
impeller_enable_opengles = is_linux || is_win || is_android

# Whether the Vulkan backend is enabled.
impeller_enable_vulkan = is_linux || is_win || is_android
impeller_enable_vulkan = is_linux || is_win

# Whether to use a prebuilt impellerc.
# If this is the empty string, impellerc will be built.
Expand Down
4 changes: 0 additions & 4 deletions shell/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ source_set("flutter_shell_native_src") {

defines = []

if (impeller_enable_vulkan) {
defines += [ "IMPELLER_ENABLE_VULKAN" ]
}

libs = [
"android",
"EGL",
Expand Down

0 comments on commit e4e211a

Please sign in to comment.