Merge "Export some api files for use by cts/tests/signature tests" am: 0a45ac2928

am: b5d6cc540c

Change-Id: If5179d1403e99ac2008cfeb89046eb486263817c
This commit is contained in:
Paul Duffin
2019-06-03 08:15:50 -07:00
committed by android-build-merger
4 changed files with 54 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ java_sdk_library {
srcs: ["src/**/*.java"],
errorprone: {
javacflags: ["-Xep:DepAnn:ERROR"],
javacflags: ["-Xep:DepAnn:ERROR"],
},
hostdex: true,
@@ -96,3 +96,14 @@ java_library_static {
],
}
// Make the current.txt available for use by the cts/tests/signature tests.
// ========================================================================
filegroup {
name: "android-test-base-current.txt",
visibility: [
"//cts/tests/signature/api",
],
srcs: [
"api/current.txt",
],
}