Index: tools/test-wrapper-gypbuild.py |
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py |
index d99d055e5010e28bd0adae4347e9ea5800041f33..3cd4a088491fba8e5ef29c97763070b33fb9622b 100755 |
--- a/tools/test-wrapper-gypbuild.py |
+++ b/tools/test-wrapper-gypbuild.py |
@@ -148,7 +148,7 @@ def ProcessOptions(options): |
print "Unknown mode %s" % mode |
return False |
for arch in options.arch: |
- if not arch in ['ia32', 'x64', 'arm', 'mips']: |
+ if not arch in ['ia32', 'x64', 'arm', 'mips', 'android']: |
print "Unknown architecture %s" % arch |
return False |
if options.buildbot: |