Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a00c54f authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Remove reference to libc_logging.

The libc_malloc_debug_backtrace includes the log functions so there
is no need to also add the libc log library.

Test: Built and booted a bullhead device.
Change-Id: I00457ad0c321b385e68232ee87575588a8188db7
parent afca9ca2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_library_shared {
    // for memory heap analysis
    static_libs: [
        "libc_malloc_debug_backtrace",
        "libc_logging",
    ],
    cflags: [
        "-Werror",
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbinder
LOCAL_WHOLE_STATIC_LIBRARIES := libmedia_helper

# for memory heap analysis
LOCAL_STATIC_LIBRARIES := libc_malloc_debug_backtrace libc_logging
LOCAL_STATIC_LIBRARIES := libc_malloc_debug_backtrace

LOCAL_MODULE:= libmedia