common: media: Move system side properties to the components.
Change-Id: I226ba52beb9a98deb1f49ba4789664adc176b6c3
This commit is contained in:
parent
a466100d8a
commit
cf416ee9f6
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue