diff options
author | 2024-01-17 06:57:58 +0000 | |
---|---|---|
committer | 2024-01-17 08:25:44 +0000 | |
commit | a23f2afc279262c6d81fc7412fa4d7d4c67f41c8 (patch) | |
tree | 5c379b97b5314ed0db9b8a0d2f666427bdc6ef64 /test-base | |
parent | dd7cd7c03a41302a843889bdf59d70814afe9e46 (diff) |
Make the current.txt available for use by the /vendor tests
Bug: 312324146
Test: Add android-test-base-current.txt to the Android.bp
Change-Id: I4fe3565be918d7212334f4d36a8d80aa2adf4460
Diffstat (limited to 'test-base')
-rw-r--r-- | test-base/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index 527159a78ebf..70a95400bd9e 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -120,12 +120,13 @@ filegroup { path: "src", } -// 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-base-current.txt", visibility: [ "//cts/tests/signature/api", + "//vendor:__subpackages__", ], srcs: [ "api/current.txt", |