aboutsummaryrefslogtreecommitdiffstats
path: root/adtproductbuild
Commit message (Collapse)AuthorAgeFilesLines
* ADT IDE: Fix eclipse launcher icon on MacOSRaphael Moll2012-10-241-1/+2
| | | | Change-Id: I9ef356709ce40d353b78328bae410d60b91983a5
* adtpackage: make adtpackage depend on, not include featuresSiva Velusamy2012-10-232-19/+65
| | | | | | | | | | | | | | | If adtpackage is declared to provide a bunch of features, then it doesn't seem possible upgrade those features to a later version. This CL makes adtpackage simply depend on those features being present, which allows for upgrading those features at a later time. In order to achieve this, we first build all the features, and dump them in the repository. Then the product build simply takes the collection of repositories, and the product definition, and creates the product. Change-Id: I8ff7a7ea05aea9f08d69c624499185ec1578fbdb
* Document the hacks to generate the IDE.Siva Velusamy2012-10-231-0/+15
| | | | Change-Id: Idf1d476c0dc6caa9f8c6e52db8a13821854982f3
* Eclipse Android MacOS fixes.Raphael Moll2012-10-231-2/+11
| | | | | | | | | - Fix eclipse.app vs Eclipse.app mixup. - Fix Eclipse.app/Contents/MacOS/eclipse not being executable. - Remove top-level eclipse exec which isn't needed. - Add adt.icns. Change-Id: I4ba96b471304a0c5dbad5cb7ec7606a30e1a967c
* Set build id for ADT IDE.Raphael Moll2012-10-191-0/+5
| | | | Change-Id: I9191826e7c764032b2c0075108b49f715fff3181
* ADT IDE: qualifier for zip file is just the build number.Raphael Moll2012-10-151-2/+2
| | | | Change-Id: I4239c5e8370c028d4077e6158629dd03944f6dd0
* Expose adtproduct only when building sdk-adt_eclipse_ide.Raphael Moll2012-10-081-2/+2
| | | | Change-Id: If072175b1c83dbf4981fa06e6940a3a0a5719591
* Android makefile for ADT Eclipse IDE.Raphael Moll2012-10-014-37/+139
| | | | | | | The ADT IDE is not part of a full "make sdk". Instead it is invoked as part of sdk/eclipse/build_server.sh. Change-Id: Ifdf1dfa2cd6a655b1821a0886b0c78ccf5d6854d
* Revert "Android makefile for ADT Eclipse IDE."Raphaƫl Moll2012-09-274-137/+37
| | | | | | | | This breaks Mac builds. We'll put it back once we understand why. This reverts commit be6194b8193acb4a7e04fc70bf0ce49e67530f96 Change-Id: I1a54b65887126b45c07b0cceef96b8b9595b6c51
* Android makefile for ADT Eclipse IDE.Raphael Moll2012-09-264-37/+137
| | | | | | | The ADT IDE is not part of a full "make sdk". Instead it is invoked as part of sdk/eclipse/build_server.sh. Change-Id: I65d86e6a2743e9bac2ee626b636e559613f6d918
* Add Android IDE package product buildSiva Velusamy2012-09-183-0/+200
Change-Id: I42426009df581ff51389f0641eab053ac706d723