Merge "Switch to import for CtsUiRenderingTestCases"

This commit is contained in:
John Reck
2019-07-01 15:59:33 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
{
"presubmit": [
{
"name": "CtsUiRenderingTestCases"
},
{
"name": "CtsAccelerationTestCases"
}
],
"imports": [
{
"path": "cts/tests/tests/uirendering"
}
]
}

View File

@@ -1,13 +1,15 @@
{
"presubmit": [
{
"name": "CtsUiRenderingTestCases"
},
{
"name": "CtsGraphicsTestCases"
},
{
"name": "CtsAccelerationTestCases"
}
],
"imports": [
{
"path": "cts/tests/tests/uirendering"
}
]
}