summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.bp b/Android.bp
index 218bce41..3baacf3a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -184,19 +184,6 @@ cc_library_static {
// 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"],