OSDN Git Service

Remove reference to local libraries. Make CameraTest build against the SDK instead.
authorJason Noguchi <jnoguchi@google.com>
Thu, 7 Feb 2013 02:49:51 +0000 (18:49 -0800)
committerJason Noguchi <jnoguchi@google.com>
Thu, 7 Feb 2013 20:31:11 +0000 (12:31 -0800)
Change-Id: I5885de7f569f4c0e1e5156d8a1634fc13c1b558d

tests_camera/Android.mk

index 93fce12..f39533a 100644 (file)
@@ -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)