Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d0a46c3

Browse files
committed
Include AndroidSurfaceVulkanImpeller behind a flag
This is to enable building in google3. See also: b/258506856
1 parent 722414a commit d0a46c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/platform/android/platform_view_android.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
#include "flutter/shell/platform/android/android_surface_gl_impeller.h"
1717
#include "flutter/shell/platform/android/android_surface_gl_skia.h"
1818
#include "flutter/shell/platform/android/android_surface_software.h"
19+
#ifdef IMPELLER_ENABLE_VULKAN // b/258506856 for why this is behind an ifdef
1920
#include "flutter/shell/platform/android/android_surface_vulkan_impeller.h"
21+
#endif
2022
#include "flutter/shell/platform/android/context/android_context.h"
2123
#include "flutter/shell/platform/android/external_view_embedder/external_view_embedder.h"
2224
#include "flutter/shell/platform/android/jni/platform_view_android_jni.h"

0 commit comments

Comments
 (0)