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

Unified Diff: build/scripts/slave/recipes/android/android_builder.expected/x86_builder.json

Issue 170783015: recipes: Stop passing --target-arch to envsetup now that it's ignored. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 years, 10 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: build/scripts/slave/recipes/android/android_builder.expected/x86_builder.json
===================================================================
--- build/scripts/slave/recipes/android/android_builder.expected/x86_builder.json (revision 252098)
+++ build/scripts/slave/recipes/android/android_builder.expected/x86_builder.json (working copy)
@@ -79,8 +79,7 @@
"[BUILD]/scripts/slave/env_dump.py",
"--output-json",
"/path/to/tmp/json",
- "[SLAVE_BUILD]/src/build/android/envsetup.sh",
- "--target-arch=x86"
+ "[SLAVE_BUILD]/src/build/android/envsetup.sh"
],
"env": {
"PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s"

Powered by Google App Engine
This is Rietveld 408576698