We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a746dd commit b42ed69Copy full SHA for b42ed69
shell/platform/android/platform_view_android.cc
@@ -16,7 +16,9 @@
16
#include "flutter/shell/platform/android/android_surface_gl_impeller.h"
17
#include "flutter/shell/platform/android/android_surface_gl_skia.h"
18
#include "flutter/shell/platform/android/android_surface_software.h"
19
+#if IMPELLER_ENABLE_VULKAN // b/258506856 for why this is behind an if
20
#include "flutter/shell/platform/android/android_surface_vulkan_impeller.h"
21
+#endif
22
#include "flutter/shell/platform/android/context/android_context.h"
23
#include "flutter/shell/platform/android/external_view_embedder/external_view_embedder.h"
24
#include "flutter/shell/platform/android/jni/platform_view_android_jni.h"
0 commit comments