summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index cfd07911a..22bb7ee68 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
# We only want this apk build for tests.
LOCAL_MODULE_TAGS := tests
-LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_SDK_VERSION := 16
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)