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

Commit 9575a041 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder - split out I?ProcessInfoService"

parents 66547278 886d7327
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ cc_library {
    static_libs: [
        "libc_malloc_debug_backtrace",
        "libbatterystats_aidl",
        "libprocessinfoservice_aidl",
    ],
    shared_libs: [
        "libaudioutils", // for clock.h
+1 −1
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@
#include <media/stagefright/ProcessInfo.h>

#include <binder/IPCThreadState.h>
#include <binder/IProcessInfoService.h>
#include <binder/IServiceManager.h>
#include <private/android_filesystem_config.h>
#include <processinfo/IProcessInfoService.h>

namespace android {

+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ cc_library_shared {
    ],

    static_libs: [
        "libprocessinfoservice_aidl",
        "libbinderthreadstateutils",
    ],

+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include <binder/MemoryBase.h>
#include <binder/MemoryHeapBase.h>
#include <binder/PermissionController.h>
#include <binder/ProcessInfoService.h>
#include <binder/IResultReceiver.h>
#include <binderthreadstate/CallerUtils.h>
#include <cutils/atomic.h>
@@ -57,6 +56,7 @@
#include <media/IMediaHTTPService.h>
#include <media/mediaplayer.h>
#include <mediautils/BatteryNotifier.h>
#include <processinfo/ProcessInfoService.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <utils/String16.h>