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

ubuntu/trusty
Oliver Grawert 12 years ago
parent 89532b24ac
commit 8001040b42

7
debian/changelog vendored

@ -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 livecd-rootfs (2.116) raring; urgency=low
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a * add new arg (-t) to enable Ubuntu Touch android cross builds which calls a

@ -30,4 +30,7 @@ brunch $codename
cd - cd -
cp $builddir/out/target/product/$codename/*-$codename.zip . 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 rm -rf $buildir

Loading…
Cancel
Save