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>
This commit is contained in:
Suren Baghdasaryan 2018-12-21 12:30:16 -08:00
parent 8c55f2b664
commit fb99b0a5f9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cc_binary {
shared_libs: [ shared_libs: [
"libcutils", "libcutils",
"liblog", "liblog",
"libprocessgroup",
], ],
static_libs: [ static_libs: [
"libstatslogc", "libstatslogc",