packaging: fetch android.img from aws

This commit is contained in:
Simon Fels 2017-04-10 18:19:38 +02:00
commit 4b9015faef

View file

@ -19,7 +19,11 @@ apps:
parts:
android-images:
plugin: dump
source: ../../android-images
install: |
# FIXME: downloading with a source: field doesn't work as snapcraft
# expects the downloaded file to be an archive it can extract.
wget https://s3.eu-central-1.amazonaws.com/anbox/images/anbox-android-1.img
mv anbox-android-1.img $SNAPCRAFT_PART_INSTALL/android.img
anbox-common:
plugin: dump
source: ../../scripts