From 505728b35af4617c647fec742b8eaeadd4009894 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Fri, 12 Dec 2014 10:55:51 +0000 Subject: [PATCH] Add explicit dependencies on org.apache.http.legacy Test modules that depend on the CTS testserver must declare explicit dependencies on org.apache.http.legacy. Also fix some bizarre build rules; ctstestserver builds directly against the framework but compiled into apps that target SDK 16. bug: 18027885 Change-Id: I905942d8ed71812499df94e3e5970c0b08716528 --- tests/cts/net/Android.mk | 2 +- tests/cts/net/AndroidManifest.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cts/net/Android.mk b/tests/cts/net/Android.mk index f6e5c90951..a35e145e5f 100644 --- a/tests/cts/net/Android.mk +++ b/tests/cts/net/Android.mk @@ -24,7 +24,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS) # Include both the 32 and 64 bit versions LOCAL_MULTILIB := both -LOCAL_JAVA_LIBRARIES := voip-common conscrypt +LOCAL_JAVA_LIBRARIES := voip-common conscrypt org.apache.http.legacy LOCAL_JNI_SHARED_LIBRARIES := libcts_jni libnativedns_jni diff --git a/tests/cts/net/AndroidManifest.xml b/tests/cts/net/AndroidManifest.xml index 652262d491..bca2d2c1ba 100644 --- a/tests/cts/net/AndroidManifest.xml +++ b/tests/cts/net/AndroidManifest.xml @@ -30,6 +30,7 @@ +