OSDN Git Service

Remove an unused dependency on conscrypt
authorNeil Fuller <nfuller@google.com>
Tue, 2 Oct 2018 17:46:49 +0000 (18:46 +0100)
committerNeil Fuller <nfuller@google.com>
Tue, 2 Oct 2018 17:46:49 +0000 (18:46 +0100)
The dependency is not needed and will soon be
forbidden.

Bug: 113148576
Test: build
Change-Id: I87975f5be02bff94f60da3b5d53c4cda711fddb0

services/devicepolicy/Android.bp

index 0505204..47790ce 100644 (file)
@@ -3,7 +3,6 @@ java_library_static {
     srcs: ["java/**/*.java"],
 
     libs: [
-        "conscrypt",
         "services.core",
     ],
 }