Export some api files for use by cts/tests/signature tests
Creates a filegroup for each of these files: * api/current.txt * api/system-current.txt * api/system-removed.txt * test-base/api/current.txt * test-mock/api/current.txt * test-runner/api/current.txt Bug: 122332514 Test: atest -p cts/tests/signature Change-Id: Ib031dcc39d3c1cca6dcdf977c0277d5e4875591e
This commit is contained in:
@@ -40,7 +40,7 @@ java_sdk_library {
|
||||
"junit.textui",
|
||||
],
|
||||
|
||||
compile_dex: true
|
||||
compile_dex: true,
|
||||
}
|
||||
|
||||
// Build the android.test.runner-minus-junit library
|
||||
@@ -86,3 +86,14 @@ java_library_static {
|
||||
java_version: "1.8",
|
||||
}
|
||||
|
||||
// Make the current.txt available for use by the cts/tests/signature tests.
|
||||
// ========================================================================
|
||||
filegroup {
|
||||
name: "android-test-runner-current.txt",
|
||||
visibility: [
|
||||
"//cts/tests/signature/api",
|
||||
],
|
||||
srcs: [
|
||||
"api/current.txt",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user