summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2018-12-21 12:30:16 -0800
committerSuren Baghdasaryan <surenb@google.com>2019-01-22 18:19:45 +0000
commit02843339f998f05c712549658c9f8f8bc14ff57d (patch)
treeae1f7ffe78d0ef28c4974b8bf6349fa8243adb1d /healthd
parentfacd40d0e1dc681f7a483810cc1e72448f270cf6 (diff)
downloadsystem_core-02843339f998f05c712549658c9f8f8bc14ff57d.tar.gz
system_core-02843339f998f05c712549658c9f8f8bc14ff57d.tar.bz2
system_core-02843339f998f05c712549658c9f8f8bc14ff57d.zip
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 'healthd')
-rw-r--r--healthd/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 80bf84ae8..2127b9603 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -109,6 +109,7 @@ CHARGER_STATIC_LIBRARIES := \
libbase \
libutils \
libcutils \
+ libprocessgroup \
liblog \
libm \
libc \