diff options
Diffstat (limited to 'python/servo/package_commands.py')
-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 9b8cb8c6f4f..57fd986fe1a 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -42,7 +42,7 @@ from servo.util import delete PACKAGES = { 'android': [ - 'target/armv7-linux-androideabi/release/servo.apk', + 'target/armv7-linux-androideabi/release/servoapp.apk', ], 'linux': [ 'target/release/servo-tech-demo.tar.gz', |