forked from openkylin/platform_build
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
This commit is contained in:
parent
9cf0912352
commit
aaa85b948e
|
@ -44,6 +44,7 @@ PRODUCT_PACKAGES += \
|
|||
libcameraservice \
|
||||
libchromium_net \
|
||||
libdl \
|
||||
libeffectproxy \
|
||||
libeffects \
|
||||
libinput \
|
||||
libiprouteutil \
|
||||
|
|
Loading…
Reference in New Issue