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

Unified Diff: scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 years, 1 month 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/android/instrumentation_tests.expected/main_tests.json
diff --git a/scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json b/scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json
index b60a4745b802484366af3acd4c6309903b77eef2..271e3974b811a6589cbbae73f5acf285a1b5fef9 100644
--- a/scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json
+++ b/scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json
@@ -88,7 +88,8 @@
"[BUILD]/scripts/slave/env_dump.py",
"--output-json",
"/path/to/tmp/json",
- "[SLAVE_BUILD]/src/build/android/envsetup.sh"
+ "[SLAVE_BUILD]/src/build/android/envsetup.sh",
+ "--target-arch=arm"
],
"env": {
"PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s"

Powered by Google App Engine
This is Rietveld 408576698