Skip to content

Commit

Permalink
Make the current.txt available for use by the /vendor tests
Browse files Browse the repository at this point in the history
Bug: 312324146
Test: Add android-test-base-current.txt to the Android.bp
Change-Id: I4fe3565be918d7212334f4d36a8d80aa2adf4460
  • Loading branch information
Nelson Li committed Jan 17, 2024
1 parent dd7cd7c commit a23f2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test-base/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion test-runner/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
name: "android-test-runner-current.txt",
visibility: [
"//cts/tests/signature/api",
"//vendor:__subpackages__",
],
srcs: [
"api/current.txt",
Expand Down

0 comments on commit a23f2af

Please sign in to comment.