summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-07-19 09:52:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 09:52:57 +0000
commit51e6800ac65b501b4d928ac7c13a543d33d95889 (patch)
treed660ddb7582de6897d5a8dbb83036c235bc95238 /Android.bp
parent7d49ed48dfab20de8d1c9f0e40e4e5322e2b348a (diff)
parent9d51ff327cb916388ca6c8f11bfc2898fa5876d4 (diff)
downloadboringssl-51e6800ac65b501b4d928ac7c13a543d33d95889.tar.gz
Remove tests_per_src in BoringSSL. am: d7b0488f8b am: 4a0634e257
am: 9d51ff327c Change-Id: I149dc384dad9a002b0c233c3c6c263941135e75f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.bp b/Android.bp
index 58014459..3ed4a183 100644
--- a/Android.bp
+++ b/Android.bp
@@ -185,19 +185,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",
test_suites: ["device-tests"],
host_supported: true,