aboutsummaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index cbf0a9f36..8a57dbbf4 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -474,6 +474,9 @@ cc_test_library {
// musl doesn't have error.h
"error_test.cpp",
+ // musl doesn't have execinfo.h
+ "execinfo_test.cpp",
+
// musl doesn't define noreturn for C++
"stdnoreturn_test.cpp",
@@ -745,6 +748,7 @@ cc_test_library {
"dl_test.cpp",
"dlfcn_symlink_support.cpp",
"dlfcn_test.cpp",
+ "execinfo_test.cpp",
"link_test.cpp",
"pthread_dlfcn_test.cpp",
],
@@ -1141,6 +1145,7 @@ cc_test_host {
"dlfcn_symlink_support.cpp",
"dlfcn_test.cpp",
"dl_test.cpp",
+ "execinfo_test.cpp",
"gtest_globals.cpp",
"gtest_main.cpp",
"pthread_dlfcn_test.cpp",