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

Commit 11200db5 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by android-build-merger
Browse files

Merge "hal: Add libprocessgroup dependency to set_sched_policy users" am: 58ca12cd

am: 6b35f84e

Change-Id: Id9270011b35535aeeafb4de4cbadae49520121f9
parents 019506dd 6b35f84e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ LOCAL_SHARED_LIBRARIES := \
	libaudioutils \
	liblog \
	libcutils \
	libprocessgroup \
	libtinyalsa \
	libtinycompress \
	libaudioroute \
+1 −1
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@
#include <cutils/str_parms.h>
#include <cutils/properties.h>
#include <cutils/atomic.h>
#include <cutils/sched_policy.h>

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