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

Commit c4af9ed5 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

TEST_MAPPING: Consolidate libstagefright's postmapping entries

libstagefright/TEST_MAPPING had two sets of postsubmit,
these are now consolidated to a single postsubmit block.

Bug: 304383609
Test: Treehugger

Change-Id: Idcf99b7d0f8029490d708691c7bac37627c17ccb
parent daa8bba5
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
{
  "postsubmit": [
    // writerTest fails about 5 out of 66
    // { "name": "writerTest" },

    { "name": "HEVCUtilsUnitTest" },
    { "name": "ExtractorFactoryTest" }

  ],

  "presubmit-large": [
    {
      "name": "CtsMediaMiscTestCases",
@@ -92,8 +83,16 @@
    }
  ],
  "postsubmit": [
    // writerTest fails about 5 out of 66
    // { "name": "writerTest" },
    {
       "name": "BatteryChecker_test"
    },
    {
        "name": "ExtractorFactoryTest"
    },
    {
        "name": "HEVCUtilsUnitTest"
    }
  ]
}