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

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
parent dd7cd7c0
No related branches found
No related tags found
No related merge requests found
...@@ -120,12 +120,13 @@ filegroup { ...@@ -120,12 +120,13 @@ filegroup {
path: "src", 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 { filegroup {
name: "android-test-base-current.txt", name: "android-test-base-current.txt",
visibility: [ visibility: [
"//cts/tests/signature/api", "//cts/tests/signature/api",
"//vendor:__subpackages__",
], ],
srcs: [ srcs: [
"api/current.txt", "api/current.txt",
......
...@@ -79,12 +79,13 @@ java_library { ...@@ -79,12 +79,13 @@ java_library {
], ],
} }
// 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-runner-current.txt", name: "android-test-runner-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