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

Commit dba8f103 authored by easoncylee's avatar easoncylee Committed by Chun-Yi Lee
Browse files

Change the test mapping configuration of GTS modules by using "imports."

Reason: Test mapping files of GTS modules should use the indirection to prevent
revealing the module names.

Bug: 130788465

Test: atest --test-mapping frameworks/base/api/TEST_MAPPING
Change-Id: I51d969240fd3a3af7740586693fdc1e89dcf451e
parent aac2e8c6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,9 +5,11 @@
    },
    {
      "name": "CtsSystemApiSignatureTestCases"
    },
    }
  ],
  "imports": [
    {
      "name": "GtsUnofficialApisUsageTestCases"
      "path": "vendor/xts/gts-tests/hostsidetests/api"
    }
  ]
}