Add missing shared library dependencies to bionic-unit-tests
Test: 'make tests dist' and verify that these libraries are in the
*-continuous_native_tests-*.zip
(cherry picked from commit c53e8b88d5d3931fc39c0d6e9e04991cee1b27f2)
Bug: http://b/77276121
Change-Id: I310f999c6cf2ef2d53b37bc7c53590fe9e0e2fe3
diff --git a/tests/Android.bp b/tests/Android.bp
index ec90296..75d7354 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -486,8 +486,10 @@
"libdl_preempt_test_1",
"libdl_preempt_test_2",
"libdl_test_df_1_global",
+ "libelf-tls-library",
"libgnu-hash-table-library",
"libsysv-hash-table-library",
+ "libtestshared",
"libtest_atexit",
"libtest_check_order_dlsym_1_left",
"libtest_check_order_dlsym_2_right",
@@ -512,6 +514,7 @@
"libtest_check_order_reloc_siblings_f",
"libtest_check_order_reloc_siblings",
"libtest_check_rtld_next_from_library",
+ "libtest_dlopen_df_1_global",
"libtest_dlopen_from_ctor_main",
"libtest_dlopen_from_ctor",
"libtest_dlopen_weak_undefined_func",
@@ -522,11 +525,15 @@
"libtest_dlsym_weak_func",
"libtest_dt_runpath_d",
"libtest_empty",
+ "libtest_ifunc_variable_impl",
+ "libtest_ifunc_variable",
"libtest_ifunc",
"libtest_init_fini_order_child",
"libtest_init_fini_order_grand_child",
"libtest_init_fini_order_root2",
"libtest_init_fini_order_root",
+ "libtest_missing_symbol_root",
+ "libtest_missing_symbol",
"libtest_nodelete_1",
"libtest_nodelete_2",
"libtest_nodelete_dt_flags_1",
@@ -561,6 +568,7 @@
"libtest_invalid-zero_shstrndx.so",
"libtest_invalid-textrels.so",
"libtest_invalid-textrels2.so",
+ "libtest_thread_local_dtor",
"preinit_getauxval_test_helper",
"preinit_syscall_test_helper",
"libnstest_private_external",