From a24d7a5d3507de8186be2f36a75e58d243d95e93 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 25 Sep 2018 23:44:44 +0100 Subject: [PATCH] sdm710-common: Ship proper postprocessing soundfx libs * The lib responsible for audio postprocessing (libvolumelistener) Change-Id: I27d631e5fea0dbd338c18a529b26d1ef700affd7 Signed-off-by: SamarV-121 --- proprietary-files.txt | 4 ++++ rootdir/etc/init.qcom.rc | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index c784bc6..5f5face 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -5,6 +5,10 @@ framework/vendor.qti.hardware.alarm-V1.0-java.jar vendor/lib64/soundfx/libvolumelistener.so:lib64/soundfx/libvolumelistener.so|2dffcd0bde20f5f1830918146c9f40c02bbbae9f vendor/lib/soundfx/libvolumelistener.so:lib/soundfx/libvolumelistener.so|117f8b7d834b4587dc8c8c5d15fada85b877ed26 +# Audio - from enchilada - PKQ1.180716.001 +vendor/lib64/soundfx/libvolumelistener.so:lib64/soundfx/libvolumelistener.so|2dffcd0bde20f5f1830918146c9f40c02bbbae9f +vendor/lib/soundfx/libvolumelistener.so:lib/soundfx/libvolumelistener.so|117f8b7d834b4587dc8c8c5d15fada85b877ed26 + # CNE etc/permissions/cneapiclient.xml etc/permissions/com.quicinc.cne.xml diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index fd746cd..7e5cab0 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -2,7 +2,9 @@ on init mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind mount none /dev/null /vendor/etc/init/vendor.oppo.hardware.biometrics.fingerprint@2.1-service.rc bind mount none /system/lib64/hw/power.qcom.so /vendor/lib64/hw/power.qcom.so bind - + mount none /system/lib64/soundfx/libvolumelistener.so /vendor/lib64/soundfx/libvolumelistener.so bind + mount none /system/lib/soundfx/libvolumelistener.so /vendor/lib/soundfx/libvolumelistener.so bind + on boot mount none /system/overlay/BluetoothResCommon.apk /vendor/overlay/BluetoothResCommon.apk bind