summaryrefslogtreecommitdiffstats
path: root/JavaLibrary.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-04-28 13:45:47 -0700
committerElliott Hughes <enh@google.com>2011-04-28 13:45:47 -0700
commit5b989a4848adb9de45ebb7b3bb96fa4586c18f99 (patch)
treeced6a68af74814810cbf041291cd73350ee1cff9 /JavaLibrary.mk
parent8dc754726bb5303c25e2c48decdf76d9323ee231 (diff)
downloadlibcore-5b989a4848adb9de45ebb7b3bb96fa4586c18f99.zip
libcore-5b989a4848adb9de45ebb7b3bb96fa4586c18f99.tar.gz
libcore-5b989a4848adb9de45ebb7b3bb96fa4586c18f99.tar.bz2
Remove --core-libraries from the core-tests make rules.
I think this was left in by accident from the days when we had tests in the same package as the classes they were testing. Change-Id: I45901714c33007aba139b22bfb7b660f038a1883
Diffstat (limited to 'JavaLibrary.mk')
-rw-r--r--JavaLibrary.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/JavaLibrary.mk b/JavaLibrary.mk
index 08459fa..da75104 100644
--- a/JavaLibrary.mk
+++ b/JavaLibrary.mk
@@ -105,7 +105,6 @@ LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit
LOCAL_STATIC_JAVA_LIBRARIES := sqlite-jdbc
-LOCAL_DX_FLAGS := --core-library
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := core-tests
@@ -172,7 +171,6 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := bouncycastle-hostdex core-hostdex core-junit-hostdex
LOCAL_STATIC_JAVA_LIBRARIES := sqlite-jdbc-host
- LOCAL_DX_FLAGS := --core-library
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := core-tests-hostdex