summaryrefslogtreecommitdiff
path: root/instrumentation/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'instrumentation/Android.mk')
-rw-r--r--instrumentation/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/instrumentation/Android.mk b/instrumentation/Android.mk
index 0c93b4c..e538519 100644
--- a/instrumentation/Android.mk
+++ b/instrumentation/Android.mk
@@ -21,9 +21,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-java-files-under, testrunner-src) \
$(call all-java-files-under, ../library/core-src)
-LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_MODULE := uiautomator-instrumentation
-# TODO: change this to 18 when it's available
LOCAL_SDK_VERSION := current
include $(BUILD_STATIC_JAVA_LIBRARY)