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

Commit 7f54ad26 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6245507 from 7045366d to rvc-release

Change-Id: I021d8b249e515d26080aa204f377614195bf38f8
parents 4015d60e 7045366d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ cc_library_shared {
    apex_available: [
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
        "//apex_available:platform",
    ],
    vendor_available: false,
    static_libs: [
+2 −2
Original line number Diff line number Diff line
@@ -48,13 +48,13 @@
        </MediaCodec>
        <MediaCodec name="c2.android.g711.alaw.decoder" type="audio/g711-alaw">
            <Alias name="OMX.google.g711.alaw.decoder" />
            <Limit name="channel-count" max="1" />
            <Limit name="channel-count" max="6" />
            <Limit name="sample-rate" ranges="8000-48000" />
            <Limit name="bitrate" range="64000" />
        </MediaCodec>
        <MediaCodec name="c2.android.g711.mlaw.decoder" type="audio/g711-mlaw">
            <Alias name="OMX.google.g711.mlaw.decoder" />
            <Limit name="channel-count" max="1" />
            <Limit name="channel-count" max="6" />
            <Limit name="sample-rate" ranges="8000-48000" />
            <Limit name="bitrate" range="64000" />
        </MediaCodec>