3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

drop copying of zip files of the android package, we do not generate these anymore

This commit is contained in:
Oliver Grawert 2015-08-12 12:19:01 +02:00
parent 93deed0c3a
commit 5e6b64e039
2 changed files with 3 additions and 5 deletions
debian
live-build/auto

4
debian/changelog vendored

@ -2,8 +2,10 @@ livecd-rootfs (2.339) UNRELEASED; urgency=medium
* revert the apparmor-super-noise change, issue is found
* touch the cache files during build to prevent timestamp issues in the future
* drop copying of zip files of the android package, we do not generate these
anymore.
-- Oliver Grawert <ogra@ubuntu.com> Wed, 12 Aug 2015 12:14:47 +0200
-- Oliver Grawert <ogra@ubuntu.com> Wed, 12 Aug 2015 12:17:51 +0200
livecd-rootfs (2.338) wily; urgency=medium

@ -473,10 +473,6 @@ if [ "$PROJECT" = "ubuntu-touch" ]; then
"${PREFIX}.boot-armhf+${subarch}.img"
# drop this following line once cdimage can handle -boot-*.img
cp -v "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}"
# Android 4.4.2 based images do not ship a .zip file, do not fail if it does not exist
cp -v chroot/usr/share/android/product/*-preinstalled-touch-armel+${subarch}.zip\
"${PREFIX}.armel+${subarch}.zip" || true
done
fi
if [ "$ARCH" = "i386" ]; then