summaryrefslogtreecommitdiffstats
path: root/JavaLibrary.mk
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-05-29 11:52:06 +0100
committerNeil Fuller <nfuller@google.com>2014-05-29 11:52:06 +0100
commit62fba1e159f86b9af3dbb02bef51feeb9098de37 (patch)
tree40bdc00f5b37ed777b6bbeb5d592be91d8365bde /JavaLibrary.mk
parent324665480d3bf34b724d9a25a589a89379394139 (diff)
downloadlibcore-62fba1e159f86b9af3dbb02bef51feeb9098de37.zip
libcore-62fba1e159f86b9af3dbb02bef51feeb9098de37.tar.gz
libcore-62fba1e159f86b9af3dbb02bef51feeb9098de37.tar.bz2
Remove reference to unused okhttp-test build target
Change-Id: I8098a97d9ce59d77dc11793b484497d39884ca3d
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 8337ab2..d97f453 100644
--- a/JavaLibrary.mk
+++ b/JavaLibrary.mk
@@ -109,7 +109,7 @@ LOCAL_SRC_FILES := $(test_src_files)
LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := bouncycastle core core-junit okhttp
-LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support sqlite-jdbc mockwebserver nist-pkix-tests okhttp-tests
+LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support sqlite-jdbc mockwebserver nist-pkix-tests
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE := core-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/JavaLibrary.mk