Add AppSearchCtsTests to visibility of the test utils.

This wasn't caught by presubmit but is causing build breakages.

Bug: 170997047
Bug: 162450968
Bug: 175661706
Test: m -j CtsAppSearchTestCases

Change-Id: Iba50493c1ad0f2272efcad7591d6c942a7323f34
This commit is contained in:
Alexander Dorokhine
2020-12-17 02:07:44 -08:00
parent 68d75b283f
commit 5606549600

View File

@@ -21,4 +21,5 @@ java_library {
"guava",
"truth-prebuilt",
],
visibility: ["//cts/tests/appsearch"],
}