Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

windeqk-archive/vendor_PocoParts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poco Parts

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

Dirac/MI Sound Enhancer

Add this to your audio_effects.xml

     <library name="dirac" path="libdirac.so"/>
     <effect name="dirac" library="dirac" uuid="e069d9e0-8329-11df-9168-0002a5d5c51b"/>

Dependencies

Add this in your $rom.dependencies: Example commit

{
   "repository":   "dotOS-Devices/vendor_PocoParts",
   "target_path":  "vendor/PocoParts",
   "remote":       "github",
   "branch":       "dot11"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.6%
  • Makefile 2.4%