sdm710-common: Ship proper postprocessing soundfx libs
* The lib responsible for audio postprocessing (libvolumelistener) Change-Id: I27d631e5fea0dbd338c18a529b26d1ef700affd7 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
e6235ebfb8
commit
a24d7a5d35
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue