aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-06-28 16:40:07 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-07-02 13:25:44 +0200
commitb6b9fe07e2ff55b5bee31e7a9b0a85d31390a762 (patch)
tree9cc16370a68b3c1a362a91fcd6574567d8ba18bb /python/servo/bootstrap_commands.py
parentfc77db4b09ebd7eae69089f1dc1c95191a4a611a (diff)
downloadservo-b6b9fe07e2ff55b5bee31e7a9b0a85d31390a762.tar.gz
servo-b6b9fe07e2ff55b5bee31e7a9b0a85d31390a762.zip
Add "./mach android-emulator"
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r--python/servo/bootstrap_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index 7fa91825a02..3cf7f36a0a7 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -69,7 +69,7 @@ class MachCommands(CommandBase):
sdk_build_tools = "25.0.2"
emulator_images = [
- ("servo-armv7", "25", "google_apis;armeabi-v7a"),
+ ("servo-arm", "25", "google_apis;armeabi-v7a"),
("servo-x86", "28", "google_apis;x86"),
]