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

Commit 491b5287 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Automerger Merge Worker
Browse files

Merge "Binder: don't depend on libutils headers" into main am: d429f318 am:...

Merge "Binder: don't depend on libutils headers" into main am: d429f318 am: 2f1ac888 am: f2246126

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2802651



Change-Id: Ib4effc268401fd8c09de27f88f2c80729eebb335
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9e33ba63 f2246126
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include <binder/RecordedTransaction.h>
#include <binder/RpcServer.h>
#include <pthread.h>
#include <utils/misc.h>

#include <inttypes.h>
#include <stdio.h>
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <binder/IResultReceiver.h>
#include <binder/RpcSession.h>
#include <binder/Stability.h>
#include <utils/Log.h>

#include <stdio.h>

+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@

#include <binder/ProcessState.h>

#include <utils/misc.h>

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */

#define LOG_TAG "IInterface"
#include <utils/Log.h>
#include <binder/IInterface.h>

namespace android {
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include <binder/IResultReceiver.h>

#include <utils/Log.h>
#include <binder/Parcel.h>
#include <utils/String8.h>

Loading