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

Commit 2a2b4eec authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Gerrit Code Review
Browse files

Merge changes from topic "move sched_policy functions"

* changes:
  Add libprocessgroup dependency
  Add libprocessgroup dependency and fix sched_policy include
parents 1e08a903 ced57bb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@
#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 <processgroup/processgroup.h>
#include <processgroup/sched_policy.h>

#include "core_jni_helpers.h"

+1 −1
Original line number Diff line number Diff line
@@ -53,13 +53,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>
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    libnativehelper \
    libpackagelistparser \
    libpcre2 \
    libprocessgroup \
    libselinux \
    libui \
    libutils \