summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-01-19 01:29:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-01-19 01:29:32 +0000
commit4e49a6c2e87b6e3414ef970aa80adb07cf8418ab (patch)
tree1fb8669f5ce6bc407e05148f8575c2ad993817b4
parent9851516de3ef25611b2a8e690ce54269f7b28d6f (diff)
parentaf35c2956d6afcfe660dbb5f9c043197ffce6387 (diff)
Merge "Make the android-test-mock-current.txt available for use by the /vendor tests" into main
-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",