Merge "external/boringssl: Sync to 14308731e5446a73ac2258688a9688b524483cb6."
diff --git a/Android.bp b/Android.bp
index 218bce4..3baacf3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -184,19 +184,6 @@
 
 // Tests
 cc_test {
-    name: "boringssl_tests",
-    host_supported: true,
-    test_per_src: true,
-    defaults: ["boringssl_tests_sources", "boringssl_flags"],
-    whole_static_libs: ["boringssl_test_support"],
-
-    shared_libs: [
-        "libcrypto",
-        "libssl",
-    ],
-}
-
-cc_test {
   name: "boringssl_crypto_test",
   host_supported: true,
   defaults: ["boringssl_crypto_test_sources", "boringssl_flags"],