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

Commit 6d634564 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "libbinder: Don't link against libutilscallstack."

am: cfb8d993

Change-Id: If4de7cef9cfd4ba116e271678d3b73f42f75d514
parents b80d29a4 cfb8d993
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ cc_library_shared {
        "liblog",
        "libcutils",
        "libutils",
        "libutilscallstack",
    ],

    header_libs: [
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <binder/Parcel.h>
#include <log/log.h>

#include <utils/CallStack.h>
#include <utils/KeyedVector.h>
#include <utils/threads.h>

@@ -264,7 +263,6 @@ BpMemoryHeap::~BpMemoryHeap() {
                if (VERBOSE) {
                    ALOGD("UNMAPPING binder=%p, heap=%p, size=%zu, fd=%d",
                            binder.get(), this, mSize, heapId);
                    CallStack stack(LOG_TAG);
                }

                munmap(mBase, mSize);
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <cutils/properties.h>
#include <utils/String8.h>
#include <utils/SystemClock.h>
#include <utils/CallStack.h>

#include <private/binder/Static.h>