From 4fc90b07dcf316c7ce6c5313af8202e84bc85603 Mon Sep 17 00:00:00 2001 From: Sascha Haeberling Date: Tue, 6 Aug 2013 11:20:32 -0700 Subject: Remove all .mk files from the cloned Camera2 until the project is properly set up. Change-Id: I3eb79a7a756793ac5253b8c40c3fbc6c6fe2e8e3 --- tests_camera/Android.mk | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests_camera/Android.mk (limited to 'tests_camera/Android.mk') 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) -- cgit v1.2.3