diff options
author | 2024-01-17 08:52:01 +0000 | |
---|---|---|
committer | 2024-01-17 08:52:01 +0000 | |
commit | af35c2956d6afcfe660dbb5f9c043197ffce6387 (patch) | |
tree | 9460139cfff79646af3075fb609bc65200e34e62 | |
parent | dd7cd7c03a41302a843889bdf59d70814afe9e46 (diff) |
Make the android-test-mock-current.txt available for use by the /vendor tests
Bug: 312324146
Test: Add android-test-mock-current.txt to the Android.bp
Merged-In: I228744137f82e14bec936b11b96cb6876a392487
Change-Id: Ie895b25a6e0b70e558807d094304ea2e84425a3d
-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 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", |