summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-12 19:18:54 -0700
committerSascha Haeberling <haeberling@google.com>2013-08-12 19:18:54 -0700
commitde42a04ad09b70d550f85bc4339876ea50a53e75 (patch)
tree3587b04d55d98c6440df76a0a3a5814f314b2c0c /tests/Android.mk
parent10fe36347b1059151d1a4e0c5faf98fd903fce3c (diff)
downloadandroid_packages_apps_Snap-de42a04ad09b70d550f85bc4339876ea50a53e75.tar.gz
android_packages_apps_Snap-de42a04ad09b70d550f85bc4339876ea50a53e75.tar.bz2
android_packages_apps_Snap-de42a04ad09b70d550f85bc4339876ea50a53e75.zip
Remove all tests from Camera2 until we have them sorted out.
Change-Id: I15107eac9acc37b09094585902fc24fe96ef8953
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
deleted file mode 100644
index 9f33322f2..000000000
--- a/tests/Android.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-# We only want this apk build for tests.
-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)
-
-LOCAL_PACKAGE_NAME := Camera2Tests
-
-LOCAL_INSTRUMENTATION_FOR := Camera2
-
-include $(BUILD_PACKAGE)