From 6b1de054c028cf9142f393d94c59e65e34605f13 Mon Sep 17 00:00:00 2001 From: Pawin Vongmasa Date: Wed, 3 May 2017 19:54:12 -0700 Subject: 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 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 Signed-off-by: Adrian DC --- shinano.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shinano.mk') 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 += \ -- cgit v1.2.3