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
This commit is contained in:
parent
dd7cd7c03a
commit
a23f2afc27
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user