summaryrefslogtreecommitdiffstats
path: root/tests_camera/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests_camera/Android.mk')
-rw-r--r--tests_camera/Android.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests_camera/Android.mk b/tests_camera/Android.mk
deleted file mode 100644
index f39533a71..000000000
--- a/tests_camera/Android.mk
+++ /dev/null
@@ -1,16 +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
-
-# Include all test java files.
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_PACKAGE_NAME := CameraTests
-
-LOCAL_INSTRUMENTATION_FOR := Gallery2
-
-include $(BUILD_PACKAGE)