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

ubuntu/yakkety
Oliver Grawert 10 years ago
parent 93deed0c3a
commit 5e6b64e039

4
debian/changelog vendored

@ -2,8 +2,10 @@ livecd-rootfs (2.339) UNRELEASED; urgency=medium
* revert the apparmor-super-noise change, issue is found * revert the apparmor-super-noise change, issue is found
* touch the cache files during build to prevent timestamp issues in the future * 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 livecd-rootfs (2.338) wily; urgency=medium

@ -473,10 +473,6 @@ if [ "$PROJECT" = "ubuntu-touch" ]; then
"${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.boot-armhf+${subarch}.img"
# drop this following line once cdimage can handle -boot-*.img # drop this following line once cdimage can handle -boot-*.img
cp -v "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}" 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 done
fi fi
if [ "$ARCH" = "i386" ]; then if [ "$ARCH" = "i386" ]; then

Loading…
Cancel
Save