pstar: add device specific media configs

This commit is contained in:
SGCMarkus
2022-02-15 19:19:00 +01:00
parent adf024feb5
commit 8b260aaed7
3 changed files with 2326 additions and 0 deletions

View File

@@ -30,5 +30,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
$(LOCAL_PATH)/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
# Media
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media/media_profiles_kona.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_kona.xml \
$(LOCAL_PATH)/media/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk)