summaryrefslogtreecommitdiff
path: root/test-base
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-03 08:15:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-03 08:15:50 -0700
commit48cce27632f0d357b379fc0770c0d36d96813d90 (patch)
treeafcd5956ffbcd02fcdcccae0a16ce7094849a495 /test-base
parent4a34cb358719e555f20782b437e2533d96a48cea (diff)
parentb5d6cc540c619a1dad8650c56b26380d8eee8205 (diff)
downloadbase-48cce27632f0d357b379fc0770c0d36d96813d90.tar.gz
Merge "Export some api files for use by cts/tests/signature tests" am: 0a45ac2928
am: b5d6cc540c Change-Id: If5179d1403e99ac2008cfeb89046eb486263817c
Diffstat (limited to 'test-base')
-rw-r--r--test-base/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp
index 8aa0aaf363dd..69c296e7ee9c 100644
--- a/test-base/Android.bp
+++ b/test-base/Android.bp
@@ -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",
+ ],
+}