mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-08-06 16:34:03 +09:00
sm6250-common: build media stack from source
This commit is contained in:
committed by
Demon000
parent
50ea7a5bad
commit
7434303b02
12
common.mk
12
common.mk
@ -213,6 +213,18 @@ PRODUCT_PACKAGES += \
|
|||||||
android.hardware.light@2.0-service.xiaomi_sm6250
|
android.hardware.light@2.0-service.xiaomi_sm6250
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libmm-omxcore \
|
||||||
|
libOmxAacEnc \
|
||||||
|
libOmxAmrEnc \
|
||||||
|
libOmxCore \
|
||||||
|
libOmxEvrcEnc \
|
||||||
|
libOmxG711Enc \
|
||||||
|
libOmxQcelp13Enc \
|
||||||
|
libOmxVdec \
|
||||||
|
libOmxVenc \
|
||||||
|
libstagefrighthw
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/media/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/media/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user