Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08006ea9 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Use vintf_fragments for media.c2/software

This makes the entry for media.c2 in the framework manifest
device-independent.

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

Bug: 129999541
Change-Id: Idba276c512f495937aec32c4217dfd447e562139
parent 0e8d9896
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ apex {
    name: "com.android.media.swcodec",
    manifest: "manifest_codec.json",
    defaults: ["com.android.media.swcodec-defaults"],
    vintf_fragments: ["manifest_media_c2_software.xml"],
}

apex_key {
+11 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="framework">
    <hal>
        <name>android.hardware.media.c2</name>
        <transport>hwbinder</transport>
        <version>1.0</version>
        <interface>
            <name>IComponentStore</name>
            <instance>software</instance>
        </interface>
    </hal>
</manifest>