| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
SDK Bug 2065790
Change-Id: If818f0268e1361d58aaa2bdd7152222cf69f279a
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I78bc8810442efb0e78a2fca8c8ddc2e83f2be83d
|
|/
|
|
|
|
| |
Add groovy and layoutlib build dependencies, and refresh building log message.
Change-Id: I6d266d9fd8d9da7da4cf5c3d248b6fc418c430c4
|
|
|
|
| |
Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9
|
|\ |
|
| |
| |
| |
| | |
Change-Id: If128a3feb42f2b680a3d155180bdc58096183a8b
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Depends on Change Ie2684212
Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
|
|
|
|
| |
Change-Id: Icaa3cb2367ac57041ba5bb7df787ee51374fd0b8
|
|
|
|
| |
Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'f1d64e2975451e3bbbcd2e62a03a717308db500a' into eclair
* commit 'f1d64e2975451e3bbbcd2e62a03a717308db500a':
Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
|
| | |
|
|/
|
|
|
|
|
|
|
| |
Some of the build servers still have the link and it
breaks continuous tests.
SDK BUG 2177557
Change-Id: Ifb00e7234c9c356c1ffd4aa1aff73f6761a655dc
|
|
|
|
|
|
|
|
|
| |
Also reverts UpdaterLogic as package-private and
adds some javadoc to it.
SDK BUG 2179267
Change-Id: I19644cc4c99ac70598f3cbcfface2f19d9999931
|
|
|
|
|
|
|
|
|
| |
Also remove the make sdkuilib from create_tests_symlinks, since
adt-tests actually uses the one from adt.
SDK BUG 2177557
Change-Id: Ied6c54f1227ed73fb77723e016559357fc1c1ee2
|
|
|
|
|
|
|
|
| |
Also fixes the create_tests_symlink for Windows.
SDK BUG 2040986
Change-Id: I7d549c265efb9dbb5936ed7c9a7798eefee52d9b
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Since adt doesn't export the package, it's just easier that way.
Change-Id: Iddb7f4660ccc0bc51374128a544975596cb051aa
|
|
|
|
| |
Change-Id: I77673e0f43d7a00f42e2a97663bd9aed2aaf09f2
|
|
|
|
| |
Change-Id: Ic1eff7843219c42867e477ad8bfbdf89167a0061
|
|
|
|
| |
Change-Id: Ia7bac7fad90b77fe34fb4a4371d6d5945993efe9
|
|
|
|
| |
Change-Id: Ieb4e722b1b5a29cef250e2cb5575a71e09f956c3
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|