summaryrefslogtreecommitdiffstats
path: root/tests/TileBenchmark/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TileBenchmark/Android.mk')
-rw-r--r--tests/TileBenchmark/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TileBenchmark/Android.mk b/tests/TileBenchmark/Android.mk
index 5851113..9a057af 100644
--- a/tests/TileBenchmark/Android.mk
+++ b/tests/TileBenchmark/Android.mk
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_SRC_FILES :=
LOCAL_PACKAGE_NAME := TileBenchmark
@@ -25,4 +25,4 @@ LOCAL_MODULE_TAGS := tests
LOCAL_JAVA_LIBRARIES := android.test.runner
-include $(BUILD_PACKAGE) \ No newline at end of file
+include $(BUILD_PACKAGE)