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
commit1b882c8148154cad7fcae105b30bc22253c5d1e2 (patch)
tree9414987dc4386cc5ff04c764ebb0ad765ce716eb /tests_camera
parentcf0b2aad3bc5d80c51316ae10e1cf2c3476259aa (diff)
downloadandroid_packages_apps_Gallery2-1b882c8148154cad7fcae105b30bc22253c5d1e2.tar.gz
android_packages_apps_Gallery2-1b882c8148154cad7fcae105b30bc22253c5d1e2.tar.bz2
android_packages_apps_Gallery2-1b882c8148154cad7fcae105b30bc22253c5d1e2.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)