History log of /development/build/tools/mk_sources_zip.py
Revision Date Author Comments
f413515f16817ce9db25fcf7774bd47ce4b3722f 22-Mar-2012 Raphael Moll <ralf@android.com> Merge SDK support for source.properties templates.

Requires build.git change Ib36928097

Change-Id: Ida0c471fe166a1388584f2cf2250e07040ed0e55
9c7b559fb730c57a522abb2956c0036edcd15e63 23-Mar-2012 Raphael Moll <raphael@google.com> SDK source pkg: exclude all /tools/ and /tests/ directories.

Change-Id: Ia85105385280e21f073cef22e1130ad369bea121
bd235021675ba84b79173c0e02712fd838daef7e 01-Dec-2011 Raphael Moll <raphael@google.com> SDK: fix script creating platform source archive.

It turns out that the way I use Python to create ZIP
archives is plain wrong. Some files simply don't have the
right size and we get EOFException when unzipping with
Java's ZipFile.

This change adds a flag to instead simply copy all the
files we want and then run the 'zip' system command.
The python zip facility is left there intact in case
I want to go back and fix it later (I'm going to assume
it's my usage that's wrong before really blaming python).

Change-Id: Iea178a49be0bf23c91c01a2e036ae7a76def2b55
fdefc0238aaf93e493f61f107fd20509c2720d8b 02-Oct-2011 Raphael Moll <raphael@google.com> SDK: tweak source package (add com.android. sources)

Change-Id: Id1ad2d482c7f0cf58c5832f321997bb3b57d1f24
da9eabde860874f88b08c16d9565932a3f1810d9 28-Sep-2011 Raphael Moll <raphael@google.com> SDK: Generate source packages as part of 'make sdk_repo'

Change-Id: Iaea55bae22b2af95993d0f97023a015f2c5a5e77