From 813bf88a44dab30cdeb5a4462bd174355bc48f55 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 14 Aug 2012 16:19:54 -0700 Subject: Add Ant support for UI automation test. Also fix a bug in a custom ant task where minSdkVersion and targetApi were swapped. Change-Id: Id9bac802377a04270e76def42eaf6a8fb4b3f874 --- common/src/com/android/SdkConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/src/com/android') diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java index b9be585..26db7aa 100644 --- a/common/src/com/android/SdkConstants.java +++ b/common/src/com/android/SdkConstants.java @@ -16,8 +16,6 @@ package com.android; -import com.android.AndroidConstants; - import java.io.File; /** @@ -60,6 +58,8 @@ public final class SdkConstants { /** Name of the framework library, i.e. "android.jar" */ public static final String FN_FRAMEWORK_LIBRARY = "android.jar"; //$NON-NLS-1$ + /** Name of the framework library, i.e. "uiautomator.jar" */ + public static final String FN_UI_AUTOMATOR_LIBRARY = "uiautomator.jar"; //$NON-NLS-1$ /** Name of the layout attributes, i.e. "attrs.xml" */ public static final String FN_ATTRS_XML = "attrs.xml"; //$NON-NLS-1$ /** Name of the layout attributes, i.e. "attrs_manifest.xml" */ -- cgit v1.1