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

Commit ca3dd7ec authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Update TEST_MAPPING.

libbase and libziparchive both just moved out of system/core/, so I
don't think there's any value to running their tests when system/core/
changes. (I already added new TEST_MAPPING files to the two new projects.)

Test: treehugger
Change-Id: I0dd7acb525d9cca5349c55dc2724eab8d3a06afa
parent 3b55f757
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -27,9 +27,6 @@
    {
      "name": "fs_mgr_vendor_overlay_test"
    },
    {
      "name": "libbase_test"
    },
    {
      "name": "libpackagelistparser_test"
    },
@@ -60,15 +57,6 @@
    },
    {
      "name": "propertyinfoserializer_tests"
    },
    {
      "name": "ziparchive-tests"
    }
  ],

  "postsubmit": [
    {
      "name": "ziparchive_tests_large"
    }
  ]
}