aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-06-12 08:58:47 -0400
committerGitHub <noreply@github.com>2017-06-12 08:58:47 -0400
commite24e9dee1fef0224818eec88b6b876d0d911a255 (patch)
treec47bec85bc524aaf7b4f0a07d575e9f470dc3097 /python
parent87140641a4f8636b431db41777d01302f8f6ad3d (diff)
downloadservo-e24e9dee1fef0224818eec88b6b876d0d911a255.tar.gz
servo-e24e9dee1fef0224818eec88b6b876d0d911a255.zip
Use new ARM target for nightly upload.
Diffstat (limited to 'python')
-rw-r--r--python/servo/package_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index 4bcbd73926d..e0ccf8f0bd6 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -41,7 +41,7 @@ from servo.util import delete
PACKAGES = {
'android': [
- 'target/arm-linux-androideabi/release/servo.apk',
+ 'target/armv7-linux-androideabi/release/servo.apk',
],
'linux': [
'target/release/servo-tech-demo.tar.gz',