|
@@ -265,6 +265,15 @@ PRODUCT_PACKAGES += \
|
|
|
init.qti.media.rc \
|
|
|
init.qti.media.sh
|
|
|
|
|
|
+PRODUCT_COPY_FILES += \
|
|
|
+ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
|
+ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml
|
|
|
+
|
|
|
+PRODUCT_COPY_FILES += \
|
|
|
+ frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
|
|
|
+ frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
|
|
+ frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
|
|
|
+
|
|
|
# Network
|
|
|
PRODUCT_PACKAGES += \
|
|
|
[email protected]
|