summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-06 16:18:15 +0000
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:45 +0100
commit298e86ff2be702152b9ec289c8792ef028c987cc (patch)
tree079a7611fadd9f65b2f8c2e4a11c1344d5308544
parent9194806e008aef816ed097c9eb754f6d2ac67117 (diff)
downloadandroid_packages_apps_Snap-298e86ff2be702152b9ec289c8792ef028c987cc.tar.gz
android_packages_apps_Snap-298e86ff2be702152b9ec289c8792ef028c987cc.tar.bz2
android_packages_apps_Snap-298e86ff2be702152b9ec289c8792ef028c987cc.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)