Merge "Drop deprecated libssl_static."
diff --git a/Android.bp b/Android.bp
index ea4f4eb..5e6cf0f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -130,16 +130,6 @@
 //// libssl
 
 // Target static library
-// Deprecated: all users should move to libssl
-cc_library_static {
-    name: "libssl_static",
-    visibility: ["//visibility:public"],
-    defaults: [
-        "libssl_sources",
-        "boringssl_defaults",
-        "boringssl_flags",
-    ],
-}
 
 // Static and Shared library
 cc_library {