mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
samsung: audio: Add libprocessgroup dependency to set_sched_policy users
Add libprocessgroup dependency to audio hal that uses set_sched_policy. Include sched_policy_ctrl.h header which now contains set_sched_policy definition. Exempt-From-Owner-Approval: janitorial Bug: 111307099 Test: builds, boots Change-Id: I8286daed7065c405ca06e87c1b8f6f6c301dc388 Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
parent
3d3d63facb
commit
7915231207
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
libaudioutils \
|
||||
libhardware \
|
||||
libprocessgroup \
|
||||
libtinyalsa \
|
||||
libtinycompress \
|
||||
libaudioroute \
|
||||
|
|
Loading…
Reference in a new issue