From ca885cf249f96cd70b39a8f3e7032279ed092b59 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Fri, 27 Mar 2020 17:04:30 -0700 Subject: [PATCH] Remove bionic-unit-tests-scudo. This is not used at all any more since we've switched to scudo. Test: Builds. Change-Id: Iff0b7d4a5ea12103a68ad038de2d82bf5f864285 --- tests/Android.bp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/Android.bp b/tests/Android.bp index d78a2049d..f1182a72f 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -778,17 +778,6 @@ cc_test { ], } -cc_test { - name: "bionic-unit-tests-scudo", - defaults: [ - "bionic_unit_tests_defaults", - ], - - shared_libs: [ - "libc_scudo", - ], -} - cc_test { name: "bionic-stress-tests", defaults: [