aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorPawin Vongmasa <pawin@google.com>2017-05-03 19:54:12 -0700
committerArian <arian.kulmer@web.de>2019-10-25 22:16:12 +0200
commit6b1de054c028cf9142f393d94c59e65e34605f13 (patch)
treeb282644d2b052572f49f8946da441be01c1c936b /shinano.mk
parentcf0c138396fbbade56f99da01653d6c47ef1ae94 (diff)
shinano: media: Create media_profiles_V1_0.xml
media_profiles_V1_0.xml is created from media_profiles.xml by replacing the dtd schema inside media_profiles.xml with an external reference to /system/etc/media_profiles_V1_0.dtd. Test: Compiles Bug: 36430270 From: Pawin Vongmasa <pawin@google.com> Date: Wed May 03 22:42:57 2017 -0700 Remove the property media.settings.xml. This CL also removes media_profiles.xml as it should be replaced by media_profiles_V1_0.xml. Bug: 36430270 Merged-In: I4299abfde44ced36560736520d0be592894d00a7 Change-Id: I4299abfde44ced36560736520d0be592894d00a7 Merged-In: I2bdd38bc8e85cdb64c4729a6ebc843f5031c127c Change-Id: I2bdd38bc8e85cdb64c4729a6ebc843f5031c127c Signed-off-by: Chippa-a <vusal1372@gmail.com> Signed-off-by: Adrian DC <radian.dc@gmail.com>
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shinano.mk b/shinano.mk
index e6ed496..71c0c21 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -94,7 +94,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
$(COMMON_PATH)/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \
- $(COMMON_PATH)/media_profiles.xml:system/etc/media_profiles.xml
+ $(COMMON_PATH)/media_profiles_V1_0.xml:system/etc/media_profiles_V1_0.xml
# Bluetooth
PRODUCT_COPY_FILES += \