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-raven.mk b/device-raven.mk
index fba7876..406492c 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -233,3 +233,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