common: media: Move system side properties to the components.

Change-Id: I226ba52beb9a98deb1f49ba4789664adc176b6c3
This commit is contained in:
Alexander Koskovich 2021-04-27 05:01:35 -07:00
parent a466100d8a
commit cf416ee9f6
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
2 changed files with 12 additions and 0 deletions

View File

@ -32,5 +32,11 @@ PRODUCT_PACKAGES += \
libgui_vendor \
libstagefright_softomx.vendor
# Properties
PRODUCT_SYSTEM_EXT_PROPERTIES += \
media.settings.xml=/vendor/etc/media_profiles_vendor.xml \
media.stagefright.thumbnail.prefer_hw_codecs=true \
ro.media.recorder-max-base-layer-fps=60
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/media-legacy/media-legacy-vendor.mk)

View File

@ -31,5 +31,11 @@ PRODUCT_PACKAGES += \
libstagefright_softomx.vendor \
libstagefrighthw
# Properties
PRODUCT_SYSTEM_EXT_PROPERTIES += \
media.settings.xml=/vendor/etc/media_profiles_vendor.xml \
media.stagefright.thumbnail.prefer_hw_codecs=true \
ro.media.recorder-max-base-layer-fps=60
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/media/media-vendor.mk)