diff options
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index f84ba4669e0..9a3c8f62d63 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -43,6 +43,7 @@ from servo.util import delete PACKAGES = { 'android': [ 'target/armv7-linux-androideabi/release/servoapp.apk', + 'target/armv7-linux-androideabi/release/servoview.aar', ], 'linux': [ 'target/release/servo-tech-demo.tar.gz', |