DO NOT MERGE Fix build: no vendor specific files in without-vendor

Remove vendor-specific codec config and .mk includes in
 without-vendor branch

Change-Id: Iffbd2ee10ed3485c8060f0b3e36e6730fe48fd2b
This commit is contained in:
Jean-Michel Trivi 2022-03-10 16:13:32 -08:00 committed by TreeHugger Robot
parent e14378e4ef
commit e0d3b2b51a
3 changed files with 0 additions and 92 deletions

View file

@ -233,16 +233,3 @@ PRODUCT_VENDOR_PROPERTIES += \
# 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