2022-08-01 08:56:03 -04:00
|
|
|
# ViPER4Android FX
|
|
|
|
- Add this in **device.mk**: $(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk)
|
|
|
|
|
|
|
|
Add this to your **audio_effects.xml**:
|
|
|
|
|
2023-06-15 09:57:23 -04:00
|
|
|
<library name="v4a_re" path="libv4a_re.so"/>
|
|
|
|
<effect name="v4a_standard_re" library="v4a_re" uuid="90380da3-8536-4744-a6a3-5731970e640f"/>
|
2022-08-01 08:56:03 -04:00
|
|
|
|
|
|
|
Also you need to address some SELinux denials in **audioserver.te**:
|
|
|
|
|
|
|
|
get_prop(audioserver, vendor_audio_prop)
|
2023-06-15 09:57:23 -04:00
|
|
|
|
2022-08-01 08:56:03 -04:00
|
|
|
allow audioserver unlabeled:file { read write open getattr };
|
|
|
|
allow hal_audio_default hal_audio_default:process { execmem };
|