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

Unified Diff: tools/test-wrapper-gypbuild.py

Issue 10778033: Build V8 for Android IA (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 5 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
« tools/android-build.sh ('K') | « tools/android-build.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-wrapper-gypbuild.py
===================================================================
--- tools/test-wrapper-gypbuild.py (revision 12114)
+++ tools/test-wrapper-gypbuild.py (working copy)
@@ -148,7 +148,7 @@
print "Unknown mode %s" % mode
return False
for arch in options.arch:
- if not arch in ['ia32', 'x64', 'arm', 'mipsel', 'android']:
+ if not arch in ['ia32', 'x64', 'arm', 'mipsel', 'android_arm', 'android_ia32']:
Jakob Kummerow 2012/07/18 11:28:20 nit: long line
print "Unknown architecture %s" % arch
return False
if options.buildbot:
« tools/android-build.sh ('K') | « tools/android-build.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698