diff options
| author | 2020-12-17 10:28:56 +0000 | |
|---|---|---|
| committer | 2020-12-17 10:28:56 +0000 | |
| commit | 4528031e2d61bda349546e5db3aebe99bf2096e9 (patch) | |
| tree | d3139c44c4a8b7caa4ccbecd32a3a65fffcae1d3 | |
| parent | 5cc9ca266cfd703a66e7b5c9db905b56e475104e (diff) | |
| parent | 5606549600acee82c4ac65bf374709b68693e4bd (diff) | |
Merge "Add AppSearchCtsTests to visibility of the test utils."
| -rw-r--r-- | apex/appsearch/testing/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/appsearch/testing/Android.bp b/apex/appsearch/testing/Android.bp index f742ffcefb6c..54d50395e3bd 100644 --- a/apex/appsearch/testing/Android.bp +++ b/apex/appsearch/testing/Android.bp @@ -21,4 +21,5 @@ java_library { "guava", "truth-prebuilt", ], + visibility: ["//cts/tests/appsearch"], } |