diff options
author | 2021-05-04 22:49:00 +0000 | |
---|---|---|
committer | 2021-05-04 23:14:54 +0000 | |
commit | 6ba5a259faf092d127a1f417d5bfe389f2236198 (patch) | |
tree | 9be92e96f66afdec52c942229ca2c947f4256ceb /libs/binder/ProcessState.cpp | |
parent | 67d502d84d93f760262540047704c43d722a0005 (diff) |
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
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index a2efb1c95f..f7ca1e68cb 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -27,8 +27,8 @@ #include <utils/String8.h> #include <utils/threads.h> -#include <private/binder/binder_module.h> #include "Static.h" +#include "binder_module.h" #include <errno.h> #include <fcntl.h> |