summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2018-12-21 15:07:18 -0800
committerJan Altensen <info@stricted.net>2019-10-13 16:43:38 +0200
commit791523120759b1e2c2e93c4b882de4db894c4774 (patch)
treee25a96d12b7555a823f47a26df1ed2649d12eb13
parent3d3d63facba55157fea61bf2a5962fc0b6fd4a1d (diff)
downloadandroid_hardware_samsung-791523120759b1e2c2e93c4b882de4db894c4774.tar.gz
android_hardware_samsung-791523120759b1e2c2e93c4b882de4db894c4774.tar.bz2
android_hardware_samsung-791523120759b1e2c2e93c4b882de4db894c4774.zip
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>
-rw-r--r--audio/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Android.mk b/audio/Android.mk
index 64ada48..495a951 100644
--- a/audio/Android.mk
+++ b/audio/Android.mk
@@ -33,6 +33,7 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libaudioutils \
libhardware \
+ libprocessgroup \
libtinyalsa \
libtinycompress \
libaudioroute \