- Dolby & Sony apps and blobs are owned by Dolby™ and Sony™.
- Inherit the extras repo from your device.mk as shown
$(call inherit-product, vendor/sony/extra/extra.mk)
- Set Flags Accordingly in order to ship different modules
Flag | Description |
---|---|
TARGET_SHIPS_SOUND_ENHANCEMENT |
Ships libs for Dolby Atmos. |
TARGET_SHIPS_SONY_CAMERA |
Ships Sony's Camera Apps |
TARGET_SHIPS_SIDESENSE |
Ships Sony SideSense implementation from 1VI |
TARGET_SHIPS_SONY_APPS |
Ships misc Sony Apps e.g. Music pro etc. |
TARGET_SHIPS_STAMINA |
Ships Sony's advanced battery saver implementation |
TARGET_SUPPORTS_GAME_CONTROLLERS |
Ships Sony's Game controller app and needed layouts for various controllers. |
- Game Controllers might need this commit if dummy framework is being used from here
- Dolby's front end UI is shipped using XperiaModules from here
- Thanks to @saku-bruh for helping with various things.
- Thanks to @hellobbn for modifying needed libs.
- Thanks to @reiryuki for reference README.
- Thanks to everyone else who was involved in making this all work.