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

Commit a5574bf2 authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Ensure Mpeg4H263Decoder Unit Tests run on older release am: cee4d3db

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/14824277

Change-Id: Ic135629e3020a4004a9ad54a5e846c9211bfc2e5
parents 8ee56a73 cee4d3db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@ cc_test {
        },
    },

    // this unit test also runs within the mainline tests (MTS),
    // so it must be compatible back to Android Q/10 (sdk 29)
    min_sdk_version: "29",

    srcs: [
        "Mpeg4H263DecoderTest.cpp",
    ],