diff options
| -rw-r--r-- | test-mock/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 2ff74132ffbb..f37d2d17973e 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -77,12 +77,13 @@ android_ravenwood_test { auto_gen_config: true, } -// 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", |