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

Unified Diff: mojo/tools/mojob.py

Issue 1540293003: Support for arm64 build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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: mojo/tools/mojob.py
diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
index 6d10a8794e71099479a642736efb52b7e4a61828..ee0c871de7e13154a3c6e89711bbf417b2adea61 100755
--- a/mojo/tools/mojob.py
+++ b/mojo/tools/mojob.py
@@ -284,7 +284,7 @@ def main():
parent_parser.add_argument('--target-cpu',
help='CPU architecture to build for.',
- choices=['x64', 'x86', 'arm'])
+ choices=['x64', 'x86', 'arm', 'arm64'])
parent_parser.add_argument('--target-sysroot',
help='Location of sysroot for target',

Powered by Google App Engine
This is Rietveld 408576698