diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-06-12 08:58:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 08:58:47 -0400 |
commit | e24e9dee1fef0224818eec88b6b876d0d911a255 (patch) | |
tree | c47bec85bc524aaf7b4f0a07d575e9f470dc3097 /python | |
parent | 87140641a4f8636b431db41777d01302f8f6ad3d (diff) | |
download | servo-e24e9dee1fef0224818eec88b6b876d0d911a255.tar.gz servo-e24e9dee1fef0224818eec88b6b876d0d911a255.zip |
Use new ARM target for nightly upload.
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/package_commands.py | 2 |
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', |