From 8d0faeb5d659203dea417c772b7468baff09e484 Mon Sep 17 00:00:00 2001 From: Marcel Partap Date: Thu, 13 Sep 2018 09:48:08 +0200 Subject: [PATCH] Moved the media codecs list to android/media/ as it also contains audio codecs. --- android/{camera => media}/media_codecs.xml | 0 android/{camera => media}/media_profiles.xml | 0 products/anbox.mk | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename android/{camera => media}/media_codecs.xml (100%) rename android/{camera => media}/media_profiles.xml (100%) diff --git a/android/camera/media_codecs.xml b/android/media/media_codecs.xml similarity index 100% rename from android/camera/media_codecs.xml rename to android/media/media_codecs.xml diff --git a/android/camera/media_profiles.xml b/android/media/media_profiles.xml similarity index 100% rename from android/camera/media_profiles.xml rename to android/media/media_profiles.xml diff --git a/products/anbox.mk b/products/anbox.mk index 73fd1a95..109634d9 100644 --- a/products/anbox.mk +++ b/products/anbox.mk @@ -43,8 +43,8 @@ PRODUCT_COPY_FILES += \ vendor/anbox/android/init.goldfish.rc:root/init.goldfish.rc \ vendor/anbox/android/init.goldfish.sh:system/etc/init.goldfish.sh \ vendor/anbox/android/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ - vendor/anbox/android/camera/media_profiles.xml:system/etc/media_profiles.xml \ - vendor/anbox/android/camera/media_codecs.xml:system/etc/media_codecs.xml \ + vendor/anbox/android/media/media_profiles.xml:system/etc/media_profiles.xml \ + vendor/anbox/android/media/media_codecs.xml:system/etc/media_codecs.xml \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_CHARACTERISTICS := emulator -- GitLab