summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessInfoService.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-04-02 04:30:41 +0000
committer Steven Moreland <smoreland@google.com> 2021-04-02 18:18:35 +0000
commit45e25cbcfd71816591b32bb59e824e4f97020aa2 (patch)
tree97885572812fa190ccf14e14b4cce42911fb50c6 /libs/binder/ProcessInfoService.cpp
parent8911d46baf682d95a08efd678aaee7fc15c9767a (diff)
libbinder: split out ProcessInfoService
More trimming the library used in very many processes. Bug: 183654927 Test: boot Change-Id: Ib97f63524b20586db74447c0213643a3a8f684aa
Diffstat (limited to 'libs/binder/ProcessInfoService.cpp')
-rw-r--r--libs/binder/ProcessInfoService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessInfoService.cpp b/libs/binder/ProcessInfoService.cpp
index f75141e5da..0fb954a450 100644
--- a/libs/binder/ProcessInfoService.cpp
+++ b/libs/binder/ProcessInfoService.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <binder/ProcessInfoService.h>
+#include <processinfo/ProcessInfoService.h>
#include <binder/IServiceManager.h>
#include <utils/Log.h>