diff options
| author | Siva Velusamy <vsiva@google.com> | 2012-03-30 13:47:26 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-30 13:47:26 -0700 |
| commit | bcc3a774b11411d03ade0e713518e3a5e85b3092 (patch) | |
| tree | 219e46790a6a870aa195eb9400416c63b87ffa61 | |
| parent | 0195e707bb9a6f5bfd5edac9b49211680f7e3d55 (diff) | |
| parent | 7771983fdc031bf5e3f5cd8ce4025e8b47cc3b15 (diff) | |
| download | sdk-bcc3a774b11411d03ade0e713518e3a5e85b3092.zip sdk-bcc3a774b11411d03ade0e713518e3a5e85b3092.tar.gz sdk-bcc3a774b11411d03ade0e713518e3a5e85b3092.tar.bz2 | |
Merge "Add ndk plugins to external site configuration."
| -rw-r--r-- | eclipse/sites/external/site.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse/sites/external/site.xml b/eclipse/sites/external/site.xml index 331fc9d..a2ae630 100644 --- a/eclipse/sites/external/site.xml +++ b/eclipse/sites/external/site.xml @@ -15,9 +15,17 @@ <feature url="features/com.android.ide.eclipse.traceview_19.0.0.qualifier.jar" id="com.android.ide.eclipse.traceview" version="19.0.0.qualifier"> <category name="developer"/> </feature> + <feature url="features/com.android.ide.eclipse.ndk_19.0.0.qualifier.jar" id="com.android.ide.eclipse.ndk" version="19.0.0.qualifier"> + <category name="ndk"/> + </feature> <category-def name="developer" label="Developer Tools"> <description> Features that add Android support to Eclipse for application developers. </description> </category-def> + <category-def name="ndk" label="NDK Plugins"> + <description> + Support for NDK build and debug in Eclipse. + </description> + </category-def> </site> |
