Add appsearch multiuser test

Test: atest --rebuild-module-info CtsAppSearchHostTestCases
Bug: 173553485
Change-Id: Ifb11ce65aa5fc8fc27846f715976dc7af3f92e00
This commit is contained in:
Terry Wang
2021-02-06 20:47:47 -08:00
parent bd374dc399
commit 92b84671f8
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
{
"name": "CtsAppSearchTestCases"
},
{
"name": "CtsAppSearchHostTestCases"
},
{
"name": "FrameworksServicesTests",
"options": [

View File

@@ -31,6 +31,7 @@ java_library {
"truth-prebuilt",
],
visibility: [
"//cts/hostsidetests/appsearch",
"//cts/tests/appsearch",
"//vendor:__subpackages__",
],