summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-07-18 11:10:13 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-18 11:10:13 -0700
commit68cd5f1f0c18ffa945f0d74e7bbe504e3a1e6c81 (patch)
tree3e738aac962e562f072e0e1f7696928feca93225
parente2028da17d0debfa26bedc4372296b11b23bd524 (diff)
parentcb1e76eb7d547b09b6c49289e7498b1298e93e45 (diff)
downloadksoap2-68cd5f1f0c18ffa945f0d74e7bbe504e3a1e6c81.tar.gz
Remove unnecessary dependency on okhttp am: 0a80a9af40 am: efef04a819
am: cb1e76eb7d Change-Id: Idfc99462f09ac38903db6000ae94e548ceb50e7b
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f9c9008..2d21a0e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,7 +9,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
#LOCAL_JAVA_LIBRARIES := android.common
LOCAL_MODULE := ksoap2
-LOCAL_JAVA_LIBRARIES := okhttp
include $(BUILD_STATIC_JAVA_LIBRARY)
# additionally, build unit tests in a separate .apk