aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index 54afdd6a9e4..dca00cc8ae7 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -146,6 +146,8 @@ class PackageCommands(CommandBase):
arch_string = "Armv7"
elif "i686" in android_target:
arch_string = "x86"
+ elif "x86_64" in android_target:
+ arch_string = "x64"
else:
arch_string = "Arm"