summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a52bea7935..e5c5baa3c6 100644
--- a/test/standalone_test_lib_check.cc
+++ b/test/standalone_test_lib_check.cc
@@ -80,8 +80,6 @@ constexpr const char* kAllowedDynamicLibDeps[] = {
"libnativebridge.so",
"libnativehelper.so",
"libnativeloader.so",
- // TODO(b/333438055): Remove this when we can link libc++.so statically everywhere.
- "libc++.so",
};
Result<std::string> GetCurrentElfObjectPath() {