Add in device.mk or common.mk: Example commit
$(call inherit-product-if-exists, vendor/PocoParts/pocoparts.mk)Add to the top of the init.qcom.rc or other init.rc: Example commit
import /vendor/etc/init/hw/init.pocoparts.rc
Add this to your audio_effects.xml
<library name="dirac" path="libdirac.so"/>
<effect name="dirac" library="dirac" uuid="e069d9e0-8329-11df-9168-0002a5d5c51b"/>Add this in your $rom.dependencies: Example commit
{
"repository": "dotOS-Devices/vendor_PocoParts",
"target_path": "vendor/PocoParts",
"remote": "github",
"branch": "dot11"
}