Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: infra/bots/recipe_modules/flavor/gn_android_flavor.py

Issue 2357953002: Add define of SK_ENABLE_VK_LAYERS to gn build (Closed)
Patch Set: turn off for fuchsia Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipe_modules/flavor/gn_android_flavor.py
diff --git a/infra/bots/recipe_modules/flavor/gn_android_flavor.py b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
index a375f3cc4151e9b2fa04946f8a0bdb63d5e4cabf..d9a812138e82e98f7778ed865b4976106f123e91 100644
--- a/infra/bots/recipe_modules/flavor/gn_android_flavor.py
+++ b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
@@ -63,6 +63,7 @@ class GNAndroidFlavorUtils(default_flavor.DefaultFlavorUtils):
args['is_debug'] = 'false'
if 'Vulkan' in extra_config:
args['ndk_api'] = 24
+ args['skia_enable_vulkan_debug_layers'] = 'false'
if 'FrameworkDefs' in extra_config:
args['skia_enable_android_framework_defines'] = 'true'
« no previous file with comments | « BUILD.gn ('k') | infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android_Vulkan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698