Skip to content

cumOS/vendor_dolby_moto

Repository files navigation

vendor dolby

Moto Dolby to include in custom ROM builds. Version 3.7 Atmos Version 05.02.1201_reiryuki

How to use?

  1. Clone this repo to vendor/dolby

  2. Inherit it from device.mk in device tree:

# Vendor Dolby
$(call inherit-product, vendor/dolby/dolby.mk)
  1. Needing to change these in BoardConfig makefile of your device tree:
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE :=

DEVICE_MANIFEST_FILE :=

To:

DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE +=

DEVICE_MANIFEST_FILE +=

Changing the := to += in the device tree, will make, so manifests wont be overwritten

If you face any issues, please report them with proper logs

Credits: @neobuddy89 @33bca @someone5678 for their work on A14 Dolby bringup

EDIT: Apparently some users pointed out that this is silimar to HELLBOY017's implementation and its certainly true, but when I made this repo, I didnt know that existed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published