diff options
author | 2024-04-22 12:35:48 +0100 | |
---|---|---|
committer | 2024-04-23 22:00:02 +0000 | |
commit | 0d05c3c08a11ba5e284b06b6227e347a53df1d9e (patch) | |
tree | 0a666a12553787848387713e510cdea24a4e2708 | |
parent | 3939bde62a7ede383962b336ba797dbd599c5648 (diff) |
Remove dynamic link exception for libc++.
No longer needed after https://r.android.com/3046233.
Test: atest art_standalone_*
Bug: 247108425
Bug: 333438055
Change-Id: Ia2d656771d41bfd39ab23440947325371cb780d2
-rw-r--r-- | test/standalone_test_lib_check.cc | 2 |
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() { |