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

Commit 024d252d authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by hkuang
Browse files

Create TEST_MAPPING file for transcoder presubmit tests

Bug: 173627260
Test: atest --include-subdir frameworks/av/media/libmediatranscoding\
      :presubmit
Change-Id: Ifd79f00f1331ffc6fc8aa35705153ad0f58b5650
parent 84d4018d
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "MediaSampleQueueTests"
        },
        {
            "name": "MediaSampleReaderNDKTests"
        },
        {
            "name": "MediaSampleWriterTests"
        },
        {
            "name": "MediaTrackTranscoderTests"
        },
        {
            "name": "MediaTranscoderTests"
        },
        {
            "name": "PassthroughTrackTranscoderTests"
        },
        {
            "name": "TranscodingClientManager_tests"
        },
        {
            "name": "TranscodingSessionController_tests"
        },
        {
            "name": "VideoTrackTranscoderTests"
        }
    ]
}