aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale scriptsSiva Velusamy2015-02-036-1047/+0
| | | | Change-Id: I85fdf33a69cb9adeb1a59d691f3ef92b3bfcd455
* Use Lombok 0.2.3 for ADT pluginTor Norbye2015-01-071-1/+1
| | | | Change-Id: I582a8900a2ca86a9cbfaccdb0dba2526b0bb2050
* Update ADT with ASM 5.0.3Tor Norbye2014-12-191-3/+3
| | | | Change-Id: I03d846ce1bf9210ca8c35da9cf11a395fd950251
* Merge "monitor: Move from sdk/ to sdk/eclipse" into idea133Siva Velusamy2014-07-231-0/+1
|\ | | | | | | | | | | | | automerge: f68260f * commit 'f68260f91fe2eee6687d6108eaff2d8f9319937d': monitor: Move from sdk/ to sdk/eclipse
| * monitor: Move from sdk/ to sdk/eclipseSiva Velusamy2014-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | The monitor Gradle build script assumed that the version of monitor matches the tools. However, it really matches the version of the Eclipse plugins. This CL moves monitor into the eclipse folder so that the version updater script handles the version encoded inside monitor's build script. Change-Id: I31e70bfc705af00fbaacde417cf505740701038b
* | Merge "Fix packagign of sdk launcher exe on win." into idea133Xavier Ducrohet2014-06-191-2/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | automerge: e852499 * commit 'e85249977173a9d32f87502ba374b05be29629a7': Fix packagign of sdk launcher exe on win. Make zipAlignExe come from Build-tools Add monitor to sdk build Update ADT plugins/features version to 23.0.0 Update Tools package revision to 23.0.0
| * Add monitor to sdk buildSiva Velusamy2014-06-171-2/+0
| | | | | | | | Change-Id: I8ecbf06e6f52997be19d48a1c2063204c34096d6
* | Merge "Fix build script: no more .tar.gz files for adt bundles" into idea133Siva Velusamy2014-06-171-1/+0
|\ \ | |/ | | | | | | | | | | automerge: d48b96c * commit 'd48b96cccb8531f70bf3ce09ac0fdde16caf6681': Fix build script: no more .tar.gz files for adt bundles
| * Fix build script: no more .tar.gz files for adt bundlesSiva Velusamy2014-06-131-1/+0
| | | | | | | | Change-Id: I12d32503f8757b72390e8017dd6d631428ce01c8
* | Merge changes I976cd490,I1833fcca into idea133Raphael Moll2014-06-171-4/+7
|\ \ | |/ | | | | | | | | | | | | | | automerge: 00b0604 * commit '00b0604e22925652b862354623ad99535b52d64e': Update ADT plugins/features version number. Adapt script to change ADT plugins/features number to p2repo. Update Tools package revision number.
| * Adapt script to change ADT plugins/features number to p2repo.Raphael Moll2014-06-131-4/+7
| | | | | | | | Change-Id: I1833fccaa56199326da420cca491662083a4d13b
* | Merge "Use build number as context qualifier for Eclipse plugins" into idea133Siva Velusamy2014-06-131-1/+1
|\ \ | |/ | | | | | | | | | | automerge: 501f1fe * commit '501f1fe0e1973763e3bd5d60b04b9e46d4877b6a': Use build number as context qualifier for Eclipse plugins
| * Use build number as context qualifier for Eclipse pluginsSiva Velusamy2014-06-121-1/+1
| | | | | | | | Change-Id: I22b5c0127c7534dadcb6f0c6f7543ba64592b420
* | Merge "Fix filename for generated p2 repository" into idea133Siva Velusamy2014-06-121-1/+1
|\ \ | |/ | | | | | | | | | | automerge: 7267eaf * commit '7267eaf12dd48d391480481f1966a86fdba50534': Fix filename for generated p2 repository
| * Fix filename for generated p2 repositorySiva Velusamy2014-06-121-1/+1
| | | | | | | | Change-Id: I0bc2ae9690707432fd83a46e9b6e6eb9009f97aa
* | Merge "Cleanup ADT build scripts: remove makefile" into idea133Siva Velusamy2014-06-121-5/+5
|\ \ | |/ | | | | | | | | | | automerge: 61e54e2 * commit '61e54e2039bb2544e14bf9d09171d4efc2387c05': Cleanup ADT build scripts: remove makefile
| * Cleanup ADT build scripts: remove makefileSiva Velusamy2014-06-111-5/+5
| | | | | | | | Change-Id: Iaeb58bbbd3eadd773a617ed19a68a840a5505331
* | Merge "Revert back from OSGI -> bundled jars" into idea133Siva Velusamy2014-06-101-21/+4
|\ \ | |/ | | | | | | | | | | automerge: 4da1c1f * commit '4da1c1feb088bfd2754d02a4244530482a6dde3f': Revert back from OSGI -> bundled jars
| * Revert back from OSGI -> bundled jarsSiva Velusamy2014-06-101-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We tried the approach of replacing bundled jars with OSGI jars. However, this eventually ended up resulting in ClassCircularityError thrown at runtime when running on Java 7. As far as we could diagnose, the issue seems to be that: - LayoutLibrary attempts to load layoutlib.jar (which is a regular jar present inside the android sdk data folder). - The class loader passed to layoutlib is the LayoutLibrary's class loader. - The classes inside the layout library then attempt to load classes from a different OSGI jar (layoutlib-api) - At this time, we receive a ClassCircularityError Most of our other jars depend on layoutlib-api, so it is not possible to just bundle layoutlib-api. So for now, we are back to bundling jars. Change-Id: Ic8c838a1a7e90e1bc6b8c5251341b1ded46053ba
* | Merge "Enable building with Tycho" into idea133Siva Velusamy2014-05-281-22/+54
|\ \ | |/ | | | | | | | | | | automerge: 4648148 * commit '4648148c1e87bac9aa326ba942bc065e0731733b': Enable building with Tycho
| * Enable building with TychoSiva Velusamy2014-05-221-22/+54
| | | | | | | | Change-Id: I728dbb397a6a80b10f15785323e1231c89778e7c
* | Make build_server.sh a no-opXavier Ducrohet2014-05-091-0/+8
|/ | | | | | This is to go around some temporary build server issue. Change-Id: I4e2ca5f834049b9eb28fbe03ca549d4aaabf288d
* Build script for ADT that will be invoked by the build serverSiva Velusamy2014-05-091-0/+37
| | | | | | | | This script will be invoked by the build server. It should eventually build the plugins and the ADT bundle and drop them in the dist folder provided to it as an argument. Change-Id: Ia5cd53ee50700e69c67a76dea3d8701e2fbb76cf
* ADT/Tools version check set to 22.6.1Raphael Moll2014-03-051-3/+4
| | | | Change-Id: I4ca7e5c5ab3d44cd2ccfc5ef26d0382c633d308a
* Update to Lombok 0.2.2 and package ecj for command line lintTor Norbye2014-01-031-1/+1
| | | | Change-Id: I3fc73035d968dfdb4e98b11b505f20a6b6ea58b7
* Update from Guava 13.0.1 to Guava 15Tor Norbye2013-12-201-1/+1
| | | | Change-Id: I6ee2ff4aabe6ae4f20627385ecefc6b7bac40489
* Force building some gradle artifact with assemble.Xavier Ducrohet2013-12-051-2/+2
| | | | | | publishLocal is not present on all modules. Change-Id: I629e427c25deab6b19617167d175b666b624f6b9
* Switch ADT to 22.3.0 (fix build)Raphael Moll2013-10-141-0/+7
| | | | Change-Id: I388397dde0f465409e7cede32ce38cc91a8f94c3 (cherry picked from commit fc5197e3e4de338b895c2fb8c15faea60024dfb7)
* Switch ADT to version 22.3Raphael Moll2013-10-141-15/+40
| | | | Change-Id: I14e95b886f39ffc73f14fbe201e7936e4fe57778 (cherry picked from commit 6598a14ec6f0bd983d22aef0c7bc1cfed66efb40)
* Switch ADT to version 22.2.1Raphael Moll2013-09-171-1/+6
| | | | Change-Id: I85c92266998677c8f47b61ac539b32f7bb420afa (cherry picked from commit 7e7b15172c324693555bb3657c28a26fc3129b32)
* Merge "Update path to studio build script"Siva Velusamy2013-09-131-1/+3
|\
| * Update path to studio build scriptSiva Velusamy2013-09-131-1/+3
| | | | | | | | Change-Id: I3dbd810ea563c5e61b95efb22aafdcd26c901bab
* | build_server.sh: fix QUALIFIER name.Scott Fan2013-09-121-1/+2
|/ | | | | Change-Id: I0ea7fb4ee3292790b9b2cbc9c8e15d64fe24bfe5 Signed-off-by: Scott Fan <fancp2007@gmail.com>
* Remove bouncycastle dependency.Xavier Ducrohet2013-08-291-3/+5
| | | | | | | As the BouncyCastle based signing code has been reverted for now, this is not needed anymore. Change-Id: If61f136907cdd8f82d8a63d70ddb270985e39ff2
* Don't recursively make when calling create_all_symlinks.sh from a makefile.Ying Wang2013-08-221-17/+18
| | | | | | | | | | | The target files should be built as dependencies in the rules that call create_all_symlinks.sh. We already did this in sdk/adtproductbuild/Android.mk and sdk/monitor/Android.mk. Bug: 10347826 Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
* Rename sdktestutils -> testutilsSiva Velusamy2013-07-291-1/+1
| | | | Change-Id: Ib0599b30649e46c9a8a51fc4f3d56caf13dd7032
* Change create_symlinks to use gradle-based libraries.Raphael Moll2013-07-161-50/+140
| | | | | | | | | | | | | | | As part of this change, each section clearly identifies where libraries should be built from. Example from the source: LIBS="base:common make:ant-glob ... swt:ddmuilib" means that: - "common" is taken from tools/base (gradle) - "ddmuilib" is taken from tools/swt (gradle) - "sdkstats" is built using 'make', in which case a prebuilt/devtools JAR will be used if it can be found. Change-Id: Ie793b684f303566a307ee3ff6d6d72db8d26996e
* Fix 'ERROR 404: Not Found' in the setup_eclipse.sh file.Scott Fan2013-06-111-1/+1
| | | | | | | The package for Eclipse Linux RCP has moved to the archives. Change-Id: I8441a395670ceaf4c0aa20d5c8db63fc9ca38a7d Signed-off-by: Scott Fan <fancp2007@gmail.com>
* ADT preview qualifier in generated ADT zip files.Raphael Moll2013-04-171-5/+7
| | | | Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
* ADT preview qualifier.Raphael Moll2013-04-171-3/+4
| | | | | | | | | | The preview qualifier is toggled in the eclipse/script/build_server script. In preview mode, ADT will look like: adt.package_22.0.0.v201301020304-preview-1234567 In release moed, ADT will look like: adt.package_22.0.0.v201301020304-1234567 Change-Id: Ib332726854bf50f70de12fcf4bc157e358ba91a7
* Build ADT IDE only on LinuxSiva Velusamy2013-03-202-3/+6
| | | | Change-Id: I832831093402bb6d4bfa4ab8aefd23d8d7ee8291
* Merge "Build IDE script."Raphael Moll2013-03-192-5/+41
|\
| * Build IDE script.Raphael Moll2013-03-152-5/+41
| | | | | | | | Change-Id: I99e6ae5ac952fe2f1295fd80a222373540a1cab2
* | Fix dependencies of adt plugins to depend on the right prebuilts.Xavier Ducrohet2013-03-181-16/+15
| | | | | | | | Change-Id: Ibf8919eb96d9d026988bd2d97972e35aa0c9ae2f
* | Add BouncyCastle to adt-base.Xavier Ducrohet2013-03-161-1/+3
|/ | | | | | This is now needed by sdklib for signing. Change-Id: I804d8d2ca2d5a939c24e977ea48a2a5ad4fa7501
* Rename project libraries.Raphael Moll2013-03-151-2/+2
| | | | Change-Id: I324a5cb5c9c34ec4a8c2e4438bba8ebd56a693e6
* Build SDK using prebuilts/devtools.Raphael Moll2013-03-131-1/+7
| | | | Change-Id: I4c1979f8f07d24573b3ff7d7a1fa22d6ea87e5e3
* SDK prebuilts: reorganize into tools/lib.Raphael Moll2013-03-061-2/+2
| | | | | | This must be submitted with prebuilts/devtools' change I3d985ed0abf. Change-Id: Icab479e0e8a5c126b0fdc213a792187a14a44f21
* Sample build.xml for ADT plugin buildSiva Velusamy2013-02-081-0/+133
| | | | | | | | | | | | TODO: - currently only points to the external site. The shell script can build for external or internal site - context qualifier is not set - It uses the target platform from eclipse-build-deps. All these are newer than Eclipse 3.6.2 which is our current baseline Change-Id: I60b835541d4b6c32d773c0c678ce8ab733ee273f
* SDK: Use prebuilts/devtools JAR directly for ADT.Raphael Moll2013-02-081-2/+22
| | | | Change-Id: Ied6a3e8e93b20de6b8d7d26d62ced4045a0e4676