summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-06 16:18:15 +0000
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit91d95246ed56d345a1e96da2974cae6e50301ffa (patch)
tree32ee7277216b6a5bc52fa2767ceb9160e3f0b2fb
parent40a51e69340846445723c935757512c984d0e69d (diff)
downloadandroid_packages_apps_Snap-91d95246ed56d345a1e96da2974cae6e50301ffa.tar.gz
android_packages_apps_Snap-91d95246ed56d345a1e96da2974cae6e50301ffa.tar.bz2
android_packages_apps_Snap-91d95246ed56d345a1e96da2974cae6e50301ffa.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)