From 9cf7b3e27bf83e974dfa97d95ecb20e42cf0d574 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Mon, 21 Nov 2016 15:22:13 -0800 Subject: [PATCH] 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 --- device-common.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index 4e23a82..79b2f30 100644 --- a/device-common.mk +++ b/device-common.mk @@ -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 += \