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

Commit 3dac2f96 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Merge "Use vintf_fragments for media.c2/software" into qt-dev am: 8d14f5cc

am: 8abbff52

Change-Id: I2daa6497bc5f934918ca729fca4524dc821d3869
parents 1fd35418 8abbff52
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>