summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Phillips <mitchp@google.com>2023-02-06 21:47:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-02-06 21:47:01 +0000
commit73ead607b761bcdf28c02850a2c1fb31960b017b (patch)
treed46cf1633c3dc76a239156407c0e0a19faaecc09
parent910200d4fe24782870cba0f369516f48a2c81675 (diff)
parent308c327941a94a7d96cda1b481df7885e87f89ed (diff)
downloadgwp_asan-73ead607b761bcdf28c02850a2c1fb31960b017b.tar.gz
Merge "[GWP-ASan] Enable recoverable tests in Android"
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 67ee9a9..52a9d8e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -206,6 +206,7 @@ cc_test {
"gwp_asan/tests/iterate.cpp",
"gwp_asan/tests/late_init.cpp",
"gwp_asan/tests/mutex_test.cpp",
+ "gwp_asan/tests/recoverable.cpp",
"gwp_asan/tests/options.cpp",
"gwp_asan/tests/slot_reuse.cpp",
"gwp_asan/tests/thread_contention.cpp",