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