diff options
author | easoncylee <easoncylee@google.com> | 2019-04-19 18:02:01 +0800 |
---|---|---|
committer | Chun-Yi Lee <easoncylee@google.com> | 2019-04-19 13:56:19 +0000 |
commit | dba8f1036bf58b6b12f76741d5dce87fe182b389 (patch) | |
tree | 9bc9da59fb1124320739930c5b5ede76067d686e | |
parent | aac2e8c6879437a8d947b39f5d0a2d9fdce26412 (diff) |
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
-rw-r--r-- | api/TEST_MAPPING | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api/TEST_MAPPING b/api/TEST_MAPPING index 4d22d0b1f4a3..3a2e5287f01e 100644 --- a/api/TEST_MAPPING +++ b/api/TEST_MAPPING @@ -5,9 +5,11 @@ }, { "name": "CtsSystemApiSignatureTestCases" - }, + } + ], + "imports": [ { - "name": "GtsUnofficialApisUsageTestCases" + "path": "vendor/xts/gts-tests/hostsidetests/api" } ] } |