aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r--eclipse/buildConfig/allElements.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml
index 6195440..303c53d 100644
--- a/eclipse/buildConfig/allElements.xml
+++ b/eclipse/buildConfig/allElements.xml
@@ -52,6 +52,11 @@
<property name="type" value="feature" />
<property name="id" value="com.android.ide.eclipse.pdt" />
</ant>
+
+ <ant antfile="${genericTargets}" target="${target}">
+ <property name="type" value="feature" />
+ <property name="id" value="com.android.ide.eclipse.gldebugger" />
+ </ant>
</target>
<!-- ===================================================================== -->
@@ -84,4 +89,8 @@
<target name="assemble.com.android.ide.eclipse.traceview">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
</target>
+
+ <target name="assemble.com.android.ide.eclipse.gldebugger">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
+ </target>
</project>