add libeffectproxy for audio effects offloading

libeffectproxy is used when offloading audio effects to
a DSP. It is a framework component working with the audio
effects factory in libeffects that must be present on all
products.

Bug: 8174034.
Change-Id: I5035884735a370e9fe87467a45efbf24ba190886
diff --git a/target/product/base.mk b/target/product/base.mk
index 95b09dd..7ecc737 100644
--- a/target/product/base.mk
+++ b/target/product/base.mk
@@ -44,6 +44,7 @@
     libcameraservice \
     libchromium_net \
     libdl \
+    libeffectproxy \
     libeffects \
     libinput \
     libiprouteutil \