From 85176a86a1024b5c21b575f098e966138e5ba484 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 2 Oct 2018 18:46:49 +0100 Subject: [PATCH] Remove an unused dependency on conscrypt The dependency is not needed and will soon be forbidden. Bug: 113148576 Test: build Change-Id: I87975f5be02bff94f60da3b5d53c4cda711fddb0 --- services/devicepolicy/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/devicepolicy/Android.bp b/services/devicepolicy/Android.bp index 05052047e0fb1..47790ce68dc1b 100644 --- a/services/devicepolicy/Android.bp +++ b/services/devicepolicy/Android.bp @@ -3,7 +3,6 @@ java_library_static { srcs: ["java/**/*.java"], libs: [ - "conscrypt", "services.core", ], }