summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-mock/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp
index 22320fd53631..7c4d12e338a5 100644
--- a/test-mock/Android.bp
+++ b/test-mock/Android.bp
@@ -54,12 +54,13 @@ java_sdk_library {
dist_group: "android",
}
-// Make the current.txt available for use by the cts/tests/signature tests.
+// Make the current.txt available for use by the cts/tests/signature and /vendor tests.
// ========================================================================
filegroup {
name: "android-test-mock-current.txt",
visibility: [
"//cts/tests/signature/api",
+ "//vendor:__subpackages__",
],
srcs: [
"api/current.txt",