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

Unified Diff: scripts/slave/recipes/skia/skia.expected/has_ccache_android.json

Issue 1917953002: Skia: Supply --gcc to android_ninja when appropriate (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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: scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
diff --git a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
index 72e9d555b7d7463ff3244a68245f4d18a26edf76..53d92beb1a4de017e42839bc8fd5572a544c95f4 100644
--- a/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
+++ b/scripts/slave/recipes/skia/skia.expected/has_ccache_android.json
@@ -126,7 +126,8 @@
"[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
"most",
"-d",
- "arm_v7_neon"
+ "arm_v7_neon",
+ "--gcc"
],
"cwd": "[SLAVE_BUILD]/skia",
"env": {

Powered by Google App Engine
This is Rietveld 408576698