diff options
| author | 2024-01-19 01:29:32 +0000 | |
|---|---|---|
| committer | 2024-01-19 01:29:32 +0000 | |
| commit | 4e49a6c2e87b6e3414ef970aa80adb07cf8418ab (patch) | |
| tree | 1fb8669f5ce6bc407e05148f8575c2ad993817b4 | |
| parent | 9851516de3ef25611b2a8e690ce54269f7b28d6f (diff) | |
| parent | af35c2956d6afcfe660dbb5f9c043197ffce6387 (diff) | |
Merge "Make the android-test-mock-current.txt available for use by the /vendor tests" into main
| -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", |