summaryrefslogtreecommitdiffstats
path: root/libmemunreachable
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-04-25 11:23:10 -0700
committerChristopher Ferris <cferris@google.com>2017-05-02 18:38:46 -0700
commitac225780dd6ccf217e5fb64c7af8f41f9c54f4a1 (patch)
treee1d7d6ac5060a784e0ed675e3dfb6ef7da963e8a /libmemunreachable
parent8fc6cc8910dbb4c77333aa432b4732237157ed0b (diff)
downloadsystem_core-ac225780dd6ccf217e5fb64c7af8f41f9c54f4a1.tar.gz
system_core-ac225780dd6ccf217e5fb64c7af8f41f9c54f4a1.tar.bz2
system_core-ac225780dd6ccf217e5fb64c7af8f41f9c54f4a1.zip
Move libc_logging to libasync_safe.
Move the name of the "private/libc_logging.h" header to <async_safe/log.h>. For use of libc_malloc_debug_backtrace, remove the libc_logging library. The library now includes the async safe log functions. Remove the references to libc_logging.cpp in liblog, it isn't needed because the code is already protected by a check of the __ANDROID__ define. Test: Compiled and boot bullhead device. Test: Run debuggerd unit tests. Test: Run liblog unit tests on target and host. Test: Run libmemunreachable unit tests (these tests are flaky though). Change-Id: Ie79d7274febc31f210b610a2c4da958b5304e402
Diffstat (limited to 'libmemunreachable')
-rw-r--r--libmemunreachable/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmemunreachable/Android.bp b/libmemunreachable/Android.bp
index 4662368fe..2867f6495 100644
--- a/libmemunreachable/Android.bp
+++ b/libmemunreachable/Android.bp
@@ -30,7 +30,6 @@ cc_library_shared {
static_libs: [
"libc_malloc_debug_backtrace",
- "libc_logging",
],
// Only need this for arm since libc++ uses its own unwind code that
// doesn't mix with the other default unwind code.