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

Commit e4433265 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

Add libprocessgroup dependency and fix sched_policy include



Because android_runtime is using set_sched_policy which is moved
into libprocessgroup an additional dependency is added and header
file change is made.

Exempt-From-Owner-Approval: janitorial

Bug: 111307099
Test: builds, boots
Change-Id: I98a7a6f9a9d6be8595b3604fb73dafc05412c482
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent f6c9f3a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@
#include <utils/Log.h>
#include <binder/IPCThreadState.h>
#include <binder/IServiceManager.h>
#include <cutils/sched_policy.h>
#include <utils/String8.h>
#include <utils/Vector.h>
#include <meminfo/procmeminfo.h>
#include <meminfo/sysmeminfo.h>
#include <processgroup/processgroup.h>
#include <processgroup/sched_policy.h>

#include <string>
#include <vector>
+1 −1
Original line number Diff line number Diff line
@@ -62,13 +62,13 @@
#include <android-base/stringprintf.h>
#include <cutils/fs.h>
#include <cutils/multiuser.h>
#include <cutils/sched_policy.h>
#include <private/android_filesystem_config.h>
#include <utils/String8.h>
#include <selinux/android.h>
#include <seccomp_policy.h>
#include <stats_event_list.h>
#include <processgroup/processgroup.h>
#include <processgroup/sched_policy.h>

#include "core_jni_helpers.h"
#include <nativehelper/JNIHelp.h>