summaryrefslogtreecommitdiff
path: root/test/standalone_test_lib_check.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/standalone_test_lib_check.cc')
-rw-r--r--test/standalone_test_lib_check.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/standalone_test_lib_check.cc b/test/standalone_test_lib_check.cc
index 0d90055142..a52bea7935 100644
--- a/test/standalone_test_lib_check.cc
+++ b/test/standalone_test_lib_check.cc
@@ -82,8 +82,6 @@ constexpr const char* kAllowedDynamicLibDeps[] = {
"libnativeloader.so",
// TODO(b/333438055): Remove this when we can link libc++.so statically everywhere.
"libc++.so",
- // TODO(b/247108425): Fix the ODR problem and go back to static linking for libunwindstack.
- "libunwindstack.so",
};
Result<std::string> GetCurrentElfObjectPath() {