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

Commit 0c09471c authored by Julien Desprez's avatar Julien Desprez
Browse files

Clean TEST_MAPPING config based on go/a-unit-tests

unit_tests:true do not need TEST_MAPPING files

Test: presubmit
Bug: 178646865
Change-Id: Id36e98ce661dc2052e333b2644202361127939a5
parent 250a0420
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -569,7 +569,6 @@ python_test_host {
    name: "releasetools_test",
    defaults: ["releasetools_test_defaults"],
    main: "test_utils.py",
    test_suites: ["general-tests"],
    version: {
        py2: {
            enabled: true,

tools/releasetools/TEST_MAPPING

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "releasetools_test",
            "host" : true
        }
    ]
}