Skip to content
Snippets Groups Projects
Commit b9cfda10 authored by Jason Noguchi's avatar Jason Noguchi
Browse files

Remove reference to local libraries. Make CameraTest build against the SDK instead.

Change-Id: I5885de7f569f4c0e1e5156d8a1634fc13c1b558d
parent c7cd1fc9
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,7 @@ include $(CLEAR_VARS) ...@@ -4,9 +4,7 @@ include $(CLEAR_VARS)
# We only want this apk build for tests. # We only want this apk build for tests.
LOCAL_MODULE_TAGS := tests LOCAL_MODULE_TAGS := tests
LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_SDK_VERSION := 16
LOCAL_STATIC_JAVA_LIBRARIES := littlemock dexmaker
# Include all test java files. # Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SRC_FILES := $(call all-java-files-under, src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment