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

Unified Diff: platform_tools/android/apps/build.gradle

Issue 2255973003: Remove vulkan from most build variants (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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: platform_tools/android/apps/build.gradle
diff --git a/platform_tools/android/apps/build.gradle b/platform_tools/android/apps/build.gradle
index 901e3295eae0f23e87a11fd8b43115a1f83cae95..c16bfe433aaa62a230049a47637c8c80655d2014 100644
--- a/platform_tools/android/apps/build.gradle
+++ b/platform_tools/android/apps/build.gradle
@@ -111,5 +111,9 @@ def constructBuildCommand(variant, buildTarget) {
if (variant.name.endsWith("Release")) {
cmdLine += " --release"
}
+
+ if (variant.name.indexOf("vulkan") != -1) {
+ cmdLine += " --vulkan"
+ }
return cmdLine
}
« no previous file with comments | « no previous file | platform_tools/android/apps/viewer/build.gradle » ('j') | platform_tools/android/apps/viewer/build.gradle » ('J')

Powered by Google App Engine
This is Rietveld 408576698