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

Unified Diff: scripts/slave/recipes/android/android_builder.expected/component_builder.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/android_builder.expected/component_builder.json
diff --git a/scripts/slave/recipes/android/android_builder.expected/component_builder.json b/scripts/slave/recipes/android/android_builder.expected/component_builder.json
index d8a6f9b85796cb1b51b9c4f7a8d9f87d72bab719..201d446baa2594a8da7883a972f416c060f498cf 100644
--- a/scripts/slave/recipes/android/android_builder.expected/component_builder.json
+++ b/scripts/slave/recipes/android/android_builder.expected/component_builder.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