Merge "Switch the loader to a noexcept version of libc++" into main am: 686803d2a9
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2959271 Change-Id: I238c04e3cebd8c65a001824075a7bcc6f16cb0d9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
eb8bdded4b
1 changed files with 4 additions and 2 deletions
|
@ -367,7 +367,9 @@ cc_defaults {
|
|||
"liblinker_main",
|
||||
"liblinker_malloc",
|
||||
|
||||
"libc++_static",
|
||||
// Use a version of libc++ built without exceptions, because accessing EH globals uses
|
||||
// ELF TLS, which is not supported in the loader.
|
||||
"libc++_static_noexcept",
|
||||
"libc_nomalloc",
|
||||
"libc_dynamic_dispatch",
|
||||
"libm",
|
||||
|
@ -434,7 +436,7 @@ cc_binary {
|
|||
"linker_debuggerd_android.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"libc++demangle",
|
||||
"libc++demangle_noexcept",
|
||||
"libdebuggerd_handler_fallback",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue