From 93f75f283a473b947fee6a2e04dd94cb40b0945d Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 28 Nov 2018 15:31:16 -0800 Subject: [PATCH] Don't provide system vulkan header paths to Skia. (#7003) Skia privately brings in its own copy. https://skia-review.googlesource.com/c/skia/+/172147 --- tools/gn | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gn b/tools/gn index 4b4c5960b..7bc0fafca 100755 --- a/tools/gn +++ b/tools/gn @@ -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. -- GitLab