Auto merge of #21334 - paulrouget:uploadaar, r=mbrubeck

Upload AAR alongside the APK

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21334)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-08-04 14:10:21 -04:00 committed by GitHub
commit 2f14e33395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',