summaryrefslogtreecommitdiffstats
path: root/tests/ImfTest/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ImfTest/Android.mk')
-rwxr-xr-xtests/ImfTest/Android.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/ImfTest/Android.mk b/tests/ImfTest/Android.mk
deleted file mode 100755
index eb5327b..0000000
--- a/tests/ImfTest/Android.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-# We only want this apk build for tests.
-LOCAL_MODULE_TAGS := tests
-
-# Only compile source java files in this apk.
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_PACKAGE_NAME := ImfTest
-
-include $(BUILD_PACKAGE)
-
-# Use the following include to make our test apk.
-include $(call all-makefiles-under,$(LOCAL_PATH))