From c98fe4b3a23ad39597f7e6ad2b8da0ed217c609f Mon Sep 17 00:00:00 2001 From: Marcel Partap Date: Thu, 13 Sep 2018 10:02:38 +0200 Subject: [PATCH] Added missing media_codecs_google_*.xml from frameworks/av libstagefright (tree 6b14452cfef637b9b987c0a6a690bda7067afe49). Upstream location is https://android.googlesource.com/platform/frameworks/av/+/master/media/libstagefright/data --- android/media/media_codecs_google_audio.xml | 97 ++++++++++++++ .../media/media_codecs_google_telephony.xml | 25 ++++ android/media/media_codecs_google_video.xml | 122 ++++++++++++++++++ products/anbox.mk | 3 + 4 files changed, 247 insertions(+) create mode 100644 android/media/media_codecs_google_audio.xml create mode 100644 android/media/media_codecs_google_telephony.xml create mode 100644 android/media/media_codecs_google_video.xml diff --git a/android/media/media_codecs_google_audio.xml b/android/media/media_codecs_google_audio.xml new file mode 100644 index 00000000..632088ae --- /dev/null +++ b/android/media/media_codecs_google_audio.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/media/media_codecs_google_telephony.xml b/android/media/media_codecs_google_telephony.xml new file mode 100644 index 00000000..5ad90d9a --- /dev/null +++ b/android/media/media_codecs_google_telephony.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + diff --git a/android/media/media_codecs_google_video.xml b/android/media/media_codecs_google_video.xml new file mode 100644 index 00000000..829f403a --- /dev/null +++ b/android/media/media_codecs_google_video.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/products/anbox.mk b/products/anbox.mk index 109634d9..9a2d7c54 100644 --- a/products/anbox.mk +++ b/products/anbox.mk @@ -45,6 +45,9 @@ PRODUCT_COPY_FILES += \ vendor/anbox/android/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ vendor/anbox/android/media/media_profiles.xml:system/etc/media_profiles.xml \ vendor/anbox/android/media/media_codecs.xml:system/etc/media_codecs.xml \ + vendor/anbox/android/media/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ + vendor/anbox/android/media/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ + vendor/anbox/android/media/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_CHARACTERISTICS := emulator -- GitLab