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
This commit is contained in:
Neil Fuller
2018-10-04 10:52:12 +01:00
parent 84ccc5fc6b
commit 0b72fa9cfe

View File

@@ -26,7 +26,6 @@ LOCAL_MULTILIB := both
LOCAL_JAVA_LIBRARIES := \
voip-common \
conscrypt \
org.apache.http.legacy \
android.test.base.stubs \