summaryrefslogtreecommitdiffstats
path: root/JavaLibrary.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-04-06 00:12:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-06 00:12:53 +0000
commitbff71c08206049d7f2509f4836f867e556814fa4 (patch)
treed17cde123b0430001de37f6b1f2e4c442b823415 /JavaLibrary.mk
parent18ce54dd09e46f348dd8abc218a4eb83c2a00404 (diff)
parent81ccea015ba3d2a2da1c641b14dd3713c6b40a76 (diff)
downloadlibcore-bff71c08206049d7f2509f4836f867e556814fa4.zip
libcore-bff71c08206049d7f2509f4836f867e556814fa4.tar.gz
libcore-bff71c08206049d7f2509f4836f867e556814fa4.tar.bz2
Merge "Move the external/apache-harmony/math tests into libcore."
Diffstat (limited to 'JavaLibrary.mk')
-rw-r--r--JavaLibrary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaLibrary.mk b/JavaLibrary.mk
index 7cb0aa4..84ddaac 100644
--- a/JavaLibrary.mk
+++ b/JavaLibrary.mk
@@ -93,7 +93,7 @@ core-intermediates := ${intermediates}
# Make the core-tests library.
ifeq ($(LIBCORE_SKIP_TESTS),)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom json luni support xml)
+LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom harmony-tests json luni support xml)
LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit okhttp