summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Sharma <c_shard@codeaurora.org>2015-08-10 12:08:45 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:41 -0600
commitf3aaaae0cef50cf8627f19872e72e04f5362bbaa (patch)
tree792fd7024f73f1c397a737ed3ffea5685e3d2d83
parentadbbf08b69c5534ce1bb740a55cadb007a5b4408 (diff)
downloadandroid_external_apache-http-f3aaaae0cef50cf8627f19872e72e04f5362bbaa.tar.gz
android_external_apache-http-f3aaaae0cef50cf8627f19872e72e04f5362bbaa.tar.bz2
android_external_apache-http-f3aaaae0cef50cf8627f19872e72e04f5362bbaa.zip
compilation fix after Removal TARGET_USES_AOSP := true
This adds tcmiface to fix related compiler error. Change-Id: I5bc83350536ffb4464d9b26d6a1ba93bcd322b56
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f2a219e..2f528fc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,7 @@ apache_http_src_files := \
$(call all-java-files-under,src) \
$(call all-java-files-under,android)
-apache_http_java_libs := conscrypt
+apache_http_java_libs := conscrypt tcmiface
apache_http_packages := $(strip \
com.android.internal.http.multipart \