Switch to libbase SilentDeathTest.
Bug: http://b/184955378
Test: treehugger
Change-Id: Ie0849224074da92203340a741a86a24a4a3702c2
diff --git a/tests/Android.bp b/tests/Android.bp
index 02a33ee..476b8f5 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -567,6 +567,9 @@
"-Wno-strlcpy-strlcat-size",
"-Wno-strncat-size",
],
+ static_libs: [
+ "libbase",
+ ],
}
cc_defaults {
@@ -575,6 +578,9 @@
"-U_FORTIFY_SOURCE",
],
srcs: ["fortify_test_main.cpp"],
+ static_libs: [
+ "libbase",
+ ],
tidy: false,
target: {
host: {
@@ -839,7 +845,6 @@
],
static_libs: [
// The order of these libraries matters, do not shuffle them.
- "libbase",
"libmeminfo",
"libziparchive",
"libz",