aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt.ndk/META-INF
Commit message (Collapse)AuthorAgeFilesLines
* rename c.a.i.eclipse.adt.ndk -> c.a.i.eclipse.ndkSiva Velusamy2012-03-271-27/+0
| | | | Change-Id: Ib340cec79f7aedab0309c707e70a9acb2438feb9
* Add support for debugging native code.Siva Velusamy2012-03-261-2/+8
| | | | | | | | This CL adds necessary Eclipse support to provide native code debugging. Native debugging is simply a wrapper around CDT DSF's remote process debugging via a gdbserver. Change-Id: Ifeb7c5d31dd94e49f0d5266dd881b0f60532ad9a
* Move the tools/ADT to r17Xavier Ducrohet2012-01-271-1/+1
| | | | Change-Id: I4989ce98d4c6a600ca075ee919e5a0e1a40a4497
* Move tools and adt to 16Xavier Ducrohet2011-10-281-1/+1
| | | | Change-Id: I79ae1bff5086146cc60b4496f4b0464ffd642651
* Update tools/ADT to rev 14.Xavier Ducrohet2011-08-021-1/+1
| | | | Change-Id: Id29498fde61185a63812b7267b64560a8fd54dc5
* New plug-in supporting NDK with CDTDoug Schaefer2011-06-291-0/+21
Provides the Add Native Support menu item for Android projects. Provides build integration for ndk-build and Android toolchains. No debug support yet, but that's in the works. Includes a new feature for this that brings in CDT at install time. Scanner Discovery currently doesn't work on Windows but does on Mac/Linux. Fixed to adhere to Android coding standards. Change-Id: I26ddd622aaa3256e336804b1ace8163ed742e9b2 Signed-off-by: Doug Schaefer <cdtdoug@gmail.com>