summaryrefslogtreecommitdiff
path: root/test-runner
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-runner
parent4a34cb358719e555f20782b437e2533d96a48cea (diff)
parentb5d6cc540c619a1dad8650c56b26380d8eee8205 (diff)
Merge "Export some api files for use by cts/tests/signature tests" am: 0a45ac2928
am: b5d6cc540c Change-Id: If5179d1403e99ac2008cfeb89046eb486263817c
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp
index 35212020be7b..75f5b5a96eb1 100644
--- a/test-runner/Android.bp
+++ b/test-runner/Android.bp
@@ -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",
+ ],
+}