From 0b72fa9cfe8ebe5726057e238a1eaeb948eb5d27 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 4 Oct 2018 10:52:12 +0100 Subject: [PATCH] Remove explicit dependency on conscrypt The dependency is unnecessary as by default conscrypt is included in the "standard libraries". Test: build Bug: 113148576 Change-Id: I30d68049215c61931bdd7aa5e2a0f125e6d1bf90 --- tests/cts/net/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cts/net/Android.mk b/tests/cts/net/Android.mk index 1430071997..6967adb57b 100644 --- a/tests/cts/net/Android.mk +++ b/tests/cts/net/Android.mk @@ -26,7 +26,6 @@ LOCAL_MULTILIB := both LOCAL_JAVA_LIBRARIES := \ voip-common \ - conscrypt \ org.apache.http.legacy \ android.test.base.stubs \