From dba8f1036bf58b6b12f76741d5dce87fe182b389 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Fri, 19 Apr 2019 18:02:01 +0800 Subject: 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 --- api/TEST_MAPPING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api/TEST_MAPPING') 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" } ] } -- cgit v1.2.3-59-g8ed1b