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

Commit cee4d3db authored by Ray Essick's avatar Ray Essick
Browse files

Ensure Mpeg4H263Decoder Unit Tests run on older release

Bug: 189847231
Test: atest Mpeg4H263DecoderTest  on S&Q devices
Change-Id: I9f65a758080700497ca3d33ba00c532c630e4501
parent 69124fa3
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line 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: [
    srcs: [
        "Mpeg4H263DecoderTest.cpp",
        "Mpeg4H263DecoderTest.cpp",
    ],
    ],