summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2020-12-17 10:28:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-12-17 10:28:56 +0000
commit4528031e2d61bda349546e5db3aebe99bf2096e9 (patch)
treed3139c44c4a8b7caa4ccbecd32a3a65fffcae1d3
parent5cc9ca266cfd703a66e7b5c9db905b56e475104e (diff)
parent5606549600acee82c4ac65bf374709b68693e4bd (diff)
Merge "Add AppSearchCtsTests to visibility of the test utils."
-rw-r--r--apex/appsearch/testing/Android.bp1
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"],
}