Switch to import for CtsUiRenderingTestCases

Centralizes option management

Test: this
Change-Id: I80bcaec765e1ed2bf0bdbe370548157690367ec6
This commit is contained in:
John Reck
2019-06-27 10:21:47 -07:00
parent 64b8497772
commit db7d1df4fc
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"
}
]
}