mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Stop using the special fuchsia headers, as they are contributing to undefined behavior when building with LTO. They are also no longer needed. All relevant fuchsia extensions were upstreamed some time ago. In the process, engage in some cleanup which means the "vulkan_config" is also no longer needed. Rely on GN "public_deps" to provide the vulkan include paths to various source sets. See b/291462180 for more details on why this fix was neccesary.