aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/libs
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-01-27 17:22:11 -0800
committerXavier Ducrohet <xav@android.com>2012-01-27 18:09:10 -0800
commitec17a292857ccc0f458de06d055485e4eb8765be (patch)
treef333040dcb3c99dc1225550df31758a7742f1880 /sdkmanager/libs
parentd3ddd843a71f966ed256ea4c21f4b50c6fd735d2 (diff)
downloadsdk-ec17a292857ccc0f458de06d055485e4eb8765be.zip
sdk-ec17a292857ccc0f458de06d055485e4eb8765be.tar.gz
sdk-ec17a292857ccc0f458de06d055485e4eb8765be.tar.bz2
Automatically add annotations.jar on the classpath for API<=15
This is to provide app some annotations used by the tools. Those annotations will be part of the API later. Change-Id: I32b31a3039e4fbb331682a84192252bd43c0f54a
Diffstat (limited to 'sdkmanager/libs')
-rw-r--r--sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java b/sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java
index 8f17886..d13108a 100644
--- a/sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java
+++ b/sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java
@@ -85,6 +85,9 @@ public final class SdkConstants {
/** Intent category list file */
public static final String FN_INTENT_CATEGORIES = "categories.txt"; //$NON-NLS-1$
+ /** annotations support jar */
+ public static final String FN_ANNOTATIONS_JAR = "annotations.jar"; //$NON-NLS-1$
+
/** platform build property file */
public final static String FN_BUILD_PROP = "build.prop"; //$NON-NLS-1$
/** plugin properties file */
@@ -204,6 +207,8 @@ public final class SdkConstants {
public final static String FD_PKG_SOURCES = "sources"; //$NON-NLS-1$
/** Name of the SDK tools folder. */
public final static String FD_TOOLS = "tools"; //$NON-NLS-1$
+ /** Name of the SDK tools/support folder. */
+ public final static String FD_SUPPORT = "support"; //$NON-NLS-1$
/** Name of the SDK platform tools folder. */
public final static String FD_PLATFORM_TOOLS = "platform-tools"; //$NON-NLS-1$
/** Name of the SDK tools/lib folder. */