Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def to_gn_args(args):
gn_args['shell_enable_vulkan'] = True
# Configure Skia for Vulkan support.
gn_args['skia_use_vulkan'] = True
gn_args['skia_vulkan_header'] = "flutter/vulkan/skia_vulkan_header.h"

# We should not need a special case for x86, but this seems to introduce text relocations
# even with -fPIC everywhere.
Expand Down