Skip to content

Commit

Permalink
[fuchsia] enable Vulkan in content handler based on fuchsia_use_vulka…
Browse files Browse the repository at this point in the history
…n build arg (flutter#3598)
  • Loading branch information
freiling authored Apr 17, 2017
1 parent c92f550 commit 82501f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content_handler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

assert(is_fuchsia)

import("//build/vulkan/config.gni")

declare_args() {
flutter_enable_vulkan = false
flutter_enable_vulkan = fuchsia_use_vulkan
flutter_use_vulkan_native_surface = false
}

Expand Down

0 comments on commit 82501f7

Please sign in to comment.