make ubuntu-touch-android.sh also create $subarch-system.img $subarch-recovery.img and $subarch-boot.img

This commit is contained in:
Oliver Grawert 2013-03-28 18:49:09 +01:00
parent 89532b24ac
commit 8001040b42
2 changed files with 10 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.117) UNRELEASED; urgency=low
* make ubuntu-touch-android.sh also create $subarch-system.img
$subarch-recovery.img and $subarch-boot.img
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 Mar 2013 18:47:06 +0100
livecd-rootfs (2.116) raring; urgency=low
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a

View File

@ -30,4 +30,7 @@ brunch $codename
cd -
cp $builddir/out/target/product/$codename/*-$codename.zip .
for image in system recovery boot; do
cp $builddir/out/target/product/$codename/$image.img ./$codename-$image.img
done
rm -rf $buildir