summaryrefslogtreecommitdiff
path: root/test-runner/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner/Android.bp')
-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",
+ ],
+}