Remove media.c2 from framework_manifest.xml

The entry for media.c2 in framework_manifest.xml is no longer needed as
it is included as vintf_fragments in mediaswcodec.

Test: adb shell stagefright -i | grep -E "c2.*android"

Bug: 129999541
Change-Id: I79c62bf510af4302485644d44e0f4a80221eaccd
This commit is contained in:
Pawin Vongmasa
2019-04-05 02:01:20 -07:00
parent 0560411ae2
commit f20d636979

View File

@@ -1,13 +1,4 @@
<manifest version="1.0" type="framework">
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IComponentStore</name>
<instance>software</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.atcmdfwd</name>
<transport>hwbinder</transport>