Add all audio HIDL *-impl libraries to the list of product packages

As *-impl.so files are loaded via dlopen, they don't get added
automatically with the audio HAL server.

Test: check files on the device
Change-Id: I3df6239c12e5f59d1a4eb9bb92552a8e1fd1882d
This commit is contained in:
Mikhail Naganov
2016-11-21 15:22:13 -08:00
parent e422852850
commit 9cf7b3e27b

View File

@@ -183,7 +183,10 @@ PRODUCT_PACKAGES += \
libaudio-resampler
PRODUCT_PACKAGES += \
android.hardware.audio.effect@2.0-impl
android.hardware.audio@2.0-impl \
android.hardware.audio.effect@2.0-impl \
android.hardware.broadcastradio@1.0-impl \
android.hardware.soundtrigger@2.0-impl
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \