• Add this in device.mk: $(call inherit-product, packages/apps/JamesDSPManager/config.mk)
  • Add this to your audio_effects.xml:
<library name="jdsp" path="libjamesdsp.so"/>
<effect name="jamesdsp" library="jdsp" uuid="f27317f4-c984-4de6-9a90-545759495bf2"/>
  • Add this to address some SELinux denials in audioserver.te:
get_prop(audioserver, vendor_audio_prop)

allow audioserver unlabeled:file { read write open getattr };
allow hal_audio_default hal_audio_default:process { execmem };