diff options
author | 2021-05-05 17:09:58 +0000 | |
---|---|---|
committer | 2021-05-05 17:09:58 +0000 | |
commit | 2281985cd3e7f6eeeed48f5b4a677e2e665a2eef (patch) | |
tree | fd241febb3ec15c8703f59647094e6798a29f62b /libs/binder/Parcel.cpp | |
parent | db904dd32c6a654b1da96fecc3ad7302e9cae3c6 (diff) | |
parent | 704fc1a8ccffd8abc43ea126d4310b34c0e95bf2 (diff) |
Merge changes I6c715612,If84ff928
* changes:
libbinder: RPC server setup debug logs
libbinder: stop exporting private headers
Diffstat (limited to 'libs/binder/Parcel.cpp')
-rw-r--r-- | libs/binder/Parcel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <utils/String8.h> #include <utils/misc.h> -#include <private/binder/binder_module.h> #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__) |