From 6ba5a259faf092d127a1f417d5bfe389f2236198 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 4 May 2021 22:49:00 +0000 Subject: libbinder: stop exporting private headers Having a 'private' include directory for a library is somewhat of an artifact. There is no need to export these (or once include_dirs is eliminated, make them available at any capacity). We want libbinder to completely encapsulate the kernel API. Bug: N/A Test: binderLibTest Change-Id: If84ff928a186f3397150660c2cc1faadb46b796c --- libs/binder/Parcel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/binder/Parcel.cpp') diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 39d6a2ec4f..2e4f450bc1 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -48,10 +48,10 @@ #include #include -#include #include "RpcState.h" #include "Static.h" #include "Utils.h" +#include "binder_module.h" #define LOG_REFS(...) //#define LOG_REFS(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) -- cgit v1.2.3-59-g8ed1b