Merge changes I826756d9,I00e2edb2
* changes:
libc_logging: mention that they're async signal safe.
linker: update dependencies.
diff --git a/libc/private/libc_logging.h b/libc/private/libc_logging.h
index d3e4140..f4b5968 100644
--- a/libc/private/libc_logging.h
+++ b/libc/private/libc_logging.h
@@ -76,6 +76,7 @@
//
// Formatting routines for the C library's internal debugging.
// Unlike the usual alternatives, these don't allocate, and they don't drag in all of stdio.
+// These are async signal safe, so they can be called from signal handlers.
//
int __libc_format_buffer(char* _Nonnull buf, size_t size, const char* _Nonnull fmt, ...) __printflike(3, 4);
diff --git a/linker/Android.bp b/linker/Android.bp
index 23138cf..d617189 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -119,13 +119,7 @@
"libbase",
"libz",
- "libdebuggerd_handler_core",
"libdebuggerd_handler_fallback",
- "libdebuggerd",
- "libbacktrace",
- "libunwind",
- "liblzma",
- "libcutils",
"liblog",
"libc++_static",