diff options
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', |