Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f924c2c authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

hal: 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: default avatarSuren Baghdasaryan <surenb@google.com>
parent b12d9b74
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -110,6 +110,7 @@ LOCAL_SHARED_LIBRARIES := \
	libaudioutils \
	libaudioutils \
	liblog \
	liblog \
	libcutils \
	libcutils \
	libprocessgroup \
	libtinyalsa \
	libtinyalsa \
	libtinycompress \
	libtinycompress \
	libaudioroute \
	libaudioroute \
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,10 +40,10 @@
#include <cutils/str_parms.h>
#include <cutils/str_parms.h>
#include <cutils/properties.h>
#include <cutils/properties.h>
#include <cutils/atomic.h>
#include <cutils/atomic.h>
#include <cutils/sched_policy.h>


#include <hardware/audio_effect.h>
#include <hardware/audio_effect.h>
#include <hardware/audio_alsaops.h>
#include <hardware/audio_alsaops.h>
#include <processgroup/sched_policy.h>
#include <system/thread_defs.h>
#include <system/thread_defs.h>
#include <tinyalsa/asoundlib.h>
#include <tinyalsa/asoundlib.h>
#include <audio_effects/effect_aec.h>
#include <audio_effects/effect_aec.h>