summaryrefslogtreecommitdiffstats
path: root/tests_camera
diff options
context:
space:
mode:
authorJason Noguchi <jnoguchi@google.com>2013-02-06 18:49:51 -0800
committerJason Noguchi <jnoguchi@google.com>2013-02-07 12:31:11 -0800
commitb9cfda108ee0c562fc968bc782ffd04cd31ce320 (patch)
treebc660cabb730c803cde1a15d82cc0578965c0e6e /tests_camera
parentc7cd1fc900058a66f03af52f536c98d0c71e3e95 (diff)
downloadandroid_packages_apps_Snap-b9cfda108ee0c562fc968bc782ffd04cd31ce320.tar.gz
android_packages_apps_Snap-b9cfda108ee0c562fc968bc782ffd04cd31ce320.tar.bz2
android_packages_apps_Snap-b9cfda108ee0c562fc968bc782ffd04cd31ce320.zip
Remove reference to local libraries. Make CameraTest build against the SDK instead.
Change-Id: I5885de7f569f4c0e1e5156d8a1634fc13c1b558d
Diffstat (limited to 'tests_camera')
-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)