Skip to content
Snippets Groups Projects
Commit af35c295 authored by Nelson Li's avatar Nelson Li
Browse files

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
parent dd7cd7c0
No related branches found
No related tags found
No related merge requests found
...@@ -54,12 +54,13 @@ java_sdk_library { ...@@ -54,12 +54,13 @@ java_sdk_library {
dist_group: "android", 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 { filegroup {
name: "android-test-mock-current.txt", name: "android-test-mock-current.txt",
visibility: [ visibility: [
"//cts/tests/signature/api", "//cts/tests/signature/api",
"//vendor:__subpackages__",
], ],
srcs: [ srcs: [
"api/current.txt", "api/current.txt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment