summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-06 16:18:15 +0000
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:32:17 +0000
commitf0f9d3e2ac04341548877d9f1daaecf09d504174 (patch)
tree16e405aa9965374fc9084766b46a775fae6ee1bd
parente9b0d05c27b487f4035bf7be82403ba572a00235 (diff)
downloadandroid_packages_apps_Snap-f0f9d3e2ac04341548877d9f1daaecf09d504174.tar.gz
android_packages_apps_Snap-f0f9d3e2ac04341548877d9f1daaecf09d504174.tar.bz2
android_packages_apps_Snap-f0f9d3e2ac04341548877d9f1daaecf09d504174.zip
Removed littlemock dependency and cleanup
The tests_camera classes are legacy tests that have not been built for nearly 4 years. This removes those classes and removes the littlemock and dexmaker dependencies that are no longer needed. Bug: 32912773 Test: build, install and run using am instrument Change-Id: I623d52fd5471f75622c2175061467ad5519dad13
-rw-r--r--tests/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 920f8f0ff..cd768e06b 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -6,8 +6,6 @@ LOCAL_MODULE_TAGS := tests
LOCAL_SDK_VERSION := 16
-LOCAL_STATIC_JAVA_LIBRARIES := littlemock dexmaker
-
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)