Remove unnecessary libssl_static-host target am: 2bf4d2cb92
am: 16a5f25f0f

Change-Id: I4666243d434c2fc866dcfa035a97dbaca79fe357
diff --git a/Android.bp b/Android.bp
index ec247a0..218bce4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -149,21 +149,6 @@
     shared_libs: ["libcrypto"],
 }
 
-// Host static library
-cc_library_host_static {
-    name: "libssl_static-host",
-    defaults: ["libssl_sources", "boringssl_defaults", "boringssl_flags"],
-
-    // TODO: b/26160319. ASAN breaks use of this library in JVM.
-    // Re-enable sanitization when the issue with making clients of this library
-    // preload ASAN runtime is resolved. Without that, clients are getting runtime
-    // errors due to unresolved ASAN symbols, such as
-    // __asan_option_detect_stack_use_after_return.
-    sanitize: {
-        never: true,
-    },
-}
-
 // Tool
 cc_binary {
     name: "bssl",