Merge "Add TEST_MAPPING for api specifications" am: 6bb71b0322

am: cd2586709b

Change-Id: I1a7e4d52a48318b0786a91e33431c3d27a31a8b5
This commit is contained in:
Paul Duffin
2019-02-08 04:17:12 -08:00
committed by android-build-merger
4 changed files with 34 additions and 0 deletions

7
api/TEST_MAPPING Normal file
View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsCurrentApiSignatureTestCases"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsAndroidTestBase27ApiSignatureTestCases"
}
]
}

View File

@@ -0,0 +1,10 @@
{
"presubmit": [
{
"name": "CtsAndroidTestMockCurrentApiSignatureTestCases"
},
{
"name": "CtsCurrentApiSignatureTestCases"
}
]
}

View File

@@ -0,0 +1,10 @@
{
"presubmit": [
{
"name": "CtsAndroidTestRunnerCurrentApiSignatureTestCases"
},
{
"name": "CtsCurrentApiSignatureTestCases"
}
]
}