DO NOT MERGE Oriole/Raven: enable Dolby DD+ decoder
Bug: 198197610
Test: playback of EAC-3 file makes air vibrate
Change-Id: I88f2bc9fae6eb8a5e76156bc640045679d1d749a
diff --git a/device-oriole.mk b/device-oriole.mk
index cee0836..680b054 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -217,3 +217,16 @@
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31
+
+##############################################
+# DOLBY integration
+include vendor/dolby/ds/dolby-buildspec.mk
+$(call inherit-product, vendor/dolby/ds/dolby-product.mk)
+
+# add list of codecs, but overwrite device/google/gs101/media_codecs_bo_c2.xml
+# with same file but with Dolby codecs listed
+PRODUCT_COPY_FILES := \
+ device/google/raviole/media_codecs_bo_dolby_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \
+ $(PRODUCT_COPY_FILES)
+
+PRODUCT_RESTRICT_VENDOR_FILES := false