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

Commit 444bf6bc 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 am: a5574bf2

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

Change-Id: I12b8b1c3f43851b1e5a236143f4f4e064bd6963e
parents 390801a2 a5574bf2
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",
    ],