summaryrefslogtreecommitdiff
path: root/api/TEST_MAPPING
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2019-04-19 18:02:01 +0800
committerChun-Yi Lee <easoncylee@google.com>2019-04-19 13:56:19 +0000
commitdba8f1036bf58b6b12f76741d5dce87fe182b389 (patch)
tree9bc9da59fb1124320739930c5b5ede76067d686e /api/TEST_MAPPING
parentaac2e8c6879437a8d947b39f5d0a2d9fdce26412 (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
Diffstat (limited to 'api/TEST_MAPPING')
-rw-r--r--api/TEST_MAPPING6
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"
}
]
}