aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix collect_sources_for_sdk to collect dalvik core lib sources"Raphael Moll2010-05-171-3/+13
|\
| * Fix collect_sources_for_sdk to collect dalvik core lib sourcesRaphael Moll2010-05-111-3/+13
| | | | | | | | | | | | SDK Bug 2065790 Change-Id: If818f0268e1361d58aaa2bdd7152222cf69f279a
* | Merge "Fix eclipse download link."Xavier Ducrohet2010-05-111-1/+1
|\ \ | |/ |/|
| * Fix eclipse download link.Xavier Ducrohet2010-05-111-1/+1
| | | | | | | | Change-Id: I78bc8810442efb0e78a2fca8c8ddc2e83f2be83d
* | Update build dependencies in ADT build script.Brett Chabot2010-05-031-2/+2
|/ | | | | | Add groovy and layoutlib build dependencies, and refresh building log message. Change-Id: I6d266d9fd8d9da7da4cf5c3d248b6fc418c430c4
* Clean create_symlink for windows.Raphael2010-03-251-9/+0
| | | | Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9
* Merge "Fix build of the plugin: builders project is gone."Xavier Ducrohet2010-02-241-2/+2
|\
| * Fix build of the plugin: builders project is gone.Xavier Ducrohet2010-02-241-2/+2
| | | | | | | | Change-Id: If128a3feb42f2b680a3d155180bdc58096183a8b
* | ADT: Library support: source folder and pre-compiler.Xavier Ducrohet2010-02-231-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step in the library support. For each library, create a source folder in the main project that is linked to the source folder of the library project. The linked resources use a path variable named after the library in the format: _android_<library name>. These variables are always created when the link is created. For now the link is recreated all the time, but we could do a check and not redo it if it's already done. Additionally, the pre-compiler creates the R class from the res folders of the main and library projects. Some misc fixes/clean-ups: * Fix an issue with the new ProjectState where opening a project would not trigger a load of its target data. * Changed the lock for all SDK operation: - moved the lock in Sdk accessible as Sdk.getLock() - made the few Sdk method that used their own synchronize block use the same lock as all others. * removed the builders project and moved its content to sdklib This was meant as a way to share code between the Eclipse builders and the Ant tasks but sdklib is already used by both, so it's better to put the code in sdklib than have yet another project. Change-Id: Ibfa449c7a809f28e428c03bbda8215969717ecde
* Merge "Fix Eclipse ADT build."Xavier Ducrohet2010-02-121-2/+2
|\
| * Fix Eclipse ADT build.Xavier Ducrohet2010-02-121-2/+2
| |
* | New "builders" project for common code to Eclipse and Ant.Xavier Ducrohet2010-02-121-1/+1
|/ | | | | | | | | | | | | This new project will contain build specific code used by both the custom Ant tasks and the Eclipse builders. The first code to go in there, is the IAbstractFile/Folder classes already used by Eclipse as an abstraction layer for file/folder access when some code needs to use both the Java IO API and the Eclipse resources API. The builders project include the implementation for the Java IO, while the Eclipse implementation is in ADT.
* Update prebuilt Groovy JAR to 1.7.0Raphael2010-02-112-8/+8
| | | | | | Depends on Change Ie2684212 Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
* Windows SDK create bridge doesn't need to request layoutlib.jarRaphael2010-02-031-6/+9
| | | | Change-Id: Icaa3cb2367ac57041ba5bb7df787ee51374fd0b8
* GLE2: Add groovy.jar to ADT and ADT-testsRaphael2009-12-142-6/+18
| | | | Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
* am f1d64e29: Fix the sdk/scritps/create_*_symlinks for the new SDK git project.Raphael2009-11-187-22/+22
|\ | | | | | | | | | | | | Merge commit 'f1d64e2975451e3bbbcd2e62a03a717308db500a' into eclair * commit 'f1d64e2975451e3bbbcd2e62a03a717308db500a': Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
| * Fix the sdk/scritps/create_*_symlinks for the new SDK git project.Raphael2009-11-187-22/+22
| |
* | Actively remove the obsolete sdkuilib symlink.Raphael2009-10-151-1/+3
|/ | | | | | | | | Some of the build servers still have the link and it breaks continuous tests. SDK BUG 2177557 Change-Id: Ifb00e7234c9c356c1ffd4aa1aff73f6761a655dc
* Fix adt-tests: remove UpdaterLogicTestRaphael2009-10-091-1/+0
| | | | | | | | | Also reverts UpdaterLogic as package-private and adds some javadoc to it. SDK BUG 2179267 Change-Id: I19644cc4c99ac70598f3cbcfface2f19d9999931
* Fix continuous adt-test: UpdaterLogic is now public.Raphael2009-10-091-1/+1
| | | | | | | | | Also remove the make sdkuilib from create_tests_symlinks, since adt-tests actually uses the one from adt. SDK BUG 2177557 Change-Id: Ied6c54f1227ed73fb77723e016559357fc1c1ee2
* Add SdkUiLib tests to adt-tests.Raphael2009-10-071-3/+19
| | | | | | | | Also fixes the create_tests_symlink for Windows. SDK BUG 2040986 Change-Id: I7d549c265efb9dbb5936ed7c9a7798eefee52d9b
* Moved the test data to their own package.Xavier Ducrohet2009-10-061-0/+1
| | | | | | | | This allows us to select the whole package for binary inclusion in adt-test (which doesn't automatically take any non java file for packaging) Change-Id: Idc3d3b2f27623de1b0fccd7e01dd88948923081c
* Put kxml back in adt-testXavier Ducrohet2009-10-061-5/+7
| | | | | | Since adt doesn't export the package, it's just easier that way. Change-Id: Iddb7f4660ccc0bc51374128a544975596cb051aa
* Only create folder if not present.Xavier Ducrohet2009-10-051-1/+3
| | | | Change-Id: I77673e0f43d7a00f42e2a97663bd9aed2aaf09f2
* Fix script (and build)Xavier Ducrohet2009-10-051-1/+1
| | | | Change-Id: Ic1eff7843219c42867e477ad8bfbdf89167a0061
* Add tests from layoutlib to adt-testsXavier Ducrohet2009-10-051-7/+8
| | | | Change-Id: Ia7bac7fad90b77fe34fb4a4371d6d5945993efe9
* Add sdklib tests to the adt-tests Unit tests.Xavier Ducrohet2009-10-051-0/+1
| | | | Change-Id: Ieb4e722b1b5a29cef250e2cb5575a71e09f956c3
* Add method profiling support to DDMS.Xavier Ducrohet2009-09-031-1/+1
| | | | | | | | | | | | New button allows to start/stop tracing. When clicking stop, DDMS downloads the trace file and starts Traceview. Also refactored some common parts of the HPROF and tracing handlers into a common class. The goal is to have a default, extensible implementation of the HPROF handler that DDMS and the plug-in can reuse. This will reduce duplicated code. Change-Id: Ifc48926c7f6f1c3ea49a4aa94053664be83cbb06
* Add "Dump HPROF file" to DDMS/DDMS pluginXavier Ducrohet2009-09-011-1/+1
| | | | | | | | | | | | | | | | | | | This uses the (new in cupcake) VM command through JDWP. Older VMs are detected through the (also new) 'FEAT' command that notifies which features the VM supports. The hprof file is right now saved in /sdcard. Due to donut+ apps not having the SD Card permission by default, we may need to change this in the (near) future. Upon completion of the dump by the VM, DDMS will give the user a file selector to choose a place to save the file on the host machine. Future improvements: run (our own) hat, or hprof-conv and a standard hprof tool (Eclipse MAT integration for instance). This should be configurable by the user. Change-Id: I33696b0263e3d0788ad5d90cedf3cd17393d2f9b
* Add Apache Commons Compress to ADT (required by sdklib)Xavier Ducrohet2009-07-241-0/+6
|
* ADT: Extract String IDs from Layout XML strings.Raphael2009-07-111-0/+9
|
* AI 145487: am: CL 145204 ADT #1761137: collect_sources_for_sdk.sh fails on ↵Raphael Moll2009-04-092-65/+170
| | | | | | | | | | | | the Mac It's really time to let the hackish bash/sed version go away, especially since it's really really slow, and provide a better python version instead. Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 145487
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-0/+920
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-913/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-8/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+8
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+58
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-14/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1710-226/+442
|
* Initial ContributionThe Android Open Source Project2008-10-2112-0/+633