From c79d6a9bd6de724ec2357537ce8655f1845d481d Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 4 Dec 2013 16:01:06 -0800 Subject: libcore_to_document and junit_to_document are no longer functions. They are evaluated only once in the corresponding export .mk file. This fixes build log spam reported in: https://code.google.com/p/android/issues/detail?id=63184 Change-Id: I549eb052272bbdebef8fca697822f5eaa0fe5764 --- tests/TileBenchmark/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/TileBenchmark') 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) -- cgit v1.1