diff options
author | Suren Baghdasaryan <surenb@google.com> | 2018-12-21 12:30:16 -0800 |
---|---|---|
committer | Suren Baghdasaryan <surenb@google.com> | 2019-01-22 18:19:45 +0000 |
commit | 02843339f998f05c712549658c9f8f8bc14ff57d (patch) | |
tree | ae1f7ffe78d0ef28c4974b8bf6349fa8243adb1d /libutils/Threads.cpp | |
parent | facd40d0e1dc681f7a483810cc1e72448f270cf6 (diff) |
Add dependencies on libprocessgroup for sched_policy users
After moving sched_policy functions into libprocessgroup its users require
additional dependency and inclusion of sched_policy_ctrl.h header.
Exempt-From-Owner-Approval: janitorial
Bug: 111307099
Test: builds, boots
Merged-In: Icc052080e1bce46ce06f7264446950cab0490a95
Change-Id: Icc052080e1bce46ce06f7264446950cab0490a95
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Diffstat (limited to 'libutils/Threads.cpp')
-rw-r--r-- | libutils/Threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/Threads.cpp b/libutils/Threads.cpp index 64bc4025d..31ca1383e 100644 --- a/libutils/Threads.cpp +++ b/libutils/Threads.cpp @@ -36,7 +36,7 @@ #include <utils/Log.h> -#include <cutils/sched_policy.h> +#include <processgroup/sched_policy.h> #if defined(__ANDROID__) # define __android_unused |