summaryrefslogtreecommitdiffstats
path: root/build/tools/mk_sdk_repo_xml.sh
Commit message (Collapse)AuthorAgeFilesLines
* SDK Addon multi-sys-img support, part 2.Raphael Moll2014-08-211-0/+2
| | | | | | | Change the sdk_repo rule to generate a system-image zip package and its corresponding XML for the addon. Change-Id: I3c2318d2085362f62784415713b44cc8fe97ea9c
* Fix SDK repo to prevent mixing different targets.Raphael Moll2014-06-021-1/+1
| | | | | | | | | This makes sure that sdk-repo-*.zip doesn't exist to avoid merging into an existing one. Also fix a warning when generating the repo.xml files. Change-Id: I645ad13936b83c5c33bd84c046b60b77488b9113
* SDK: support generating repository XML with latest XSD.Raphael Moll2014-05-151-4/+52
| | | | | | | | | The latest version of the repository XSD changes: - archive attributes (os/arch) are now element (host-os) - system images are not longer in the repository.xml and get their own XML file. Change-Id: If5820a84d5c754b816b17b5713bbdb2597736eff
* SDK Repository: switch to sdk addon revision 6.Raphael Moll2013-09-301-1/+6
| | | | | | | | addon-6.xsd changes <extra><revision> from an int (major only) to a full <revision> element with major.micro.minor (but not preview part.) Change-Id: Ia37e75a2c8f86f4ecf36edb218f7e243f66a0b36
* SDK: Generate build-tools package.Raphael Moll2013-03-221-1/+3
| | | | | | (cherry-picked from bc7c8c5fc59ca99481b534b0e152ff360ed1a3bb) Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
* SDK: Ability to generate repos in XSD repository-7.Raphael Moll2012-05-101-6/+91
| | | | Change-Id: Idc4c75a99625342128e59ea06fe8d30c5b2f56b7
* Fix build - configure for schema-v4 outputJean-Baptiste Queru2012-03-221-6/+23
| | | | Change-Id: I26b334e54b38cba49e84212fbe40250fb16dc738
* SDK: generate repo using latest schemas when available.Raphael Moll2012-03-211-32/+65
| | | | | | | | | | | | This generates a repository in either v5 or v6 and adjusts the name/vendor attributes accordingly. This extracts the support extra in a separate 'repo-extras.xml' which has an addon.xsd type instead of being a repository.xsd. Requires sdk.git change Ib0363f06 to build properly. Change-Id: I250fe7a3ec0dfa490778ae747a1a8f4e536bb395
* SDK: generate support library package on build server.Raphael Moll2011-10-011-3/+7
| | | | | | | | Also fix packaging of system image (it had an extra root directory in it, e.g. it was packaging android-4/armeabi-v7a/ instead of just armeabu-v7a/) Change-Id: I0254b2680168d25103222f8871b2af37a7406b58
* SDK: Generate source packages as part of 'make sdk_repo'Raphael Moll2011-09-281-1/+1
| | | | Change-Id: Iaea55bae22b2af95993d0f97023a015f2c5a5e77
* SDK: generate system-image.zip in sdk_repoRaphael Moll2011-09-271-2/+2
| | | | | | | | | | Also: - in the images_*_source.props, we can't have the platform version name (the human readable string). It's not a valid property of the XML. - disable the included-abi in the platform. Change-Id: I3db62fde5e436bbe8f8e69eb1495ca4e6b954ba2
* SDK: use XSD v5 props when generating repository packages.Raphael Moll2011-09-171-3/+21
| | | | | | | This requires sdk.git Change-Id I6993d6c4 to build (to enable the use of XSD v5). Change-Id: If3beb09ae4eef3990caf661b2d4cfbdfd8a6f86a
* Generate SDK Repository XML.Raphael2011-03-181-0/+254
When the "sdk_repo" modified is used during the SDK build, this also generates the repository.xml and addon.xml files for the new SDK repository packages and places them in the DIST_DIR. Example usage: make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon Change-Id: Ibaad66f4b1cc476a4146afde7087a10a0557f74c