summaryrefslogtreecommitdiff
path: root/test/641-checker-arraycopy
diff options
context:
space:
mode:
Diffstat (limited to 'test/641-checker-arraycopy')
-rw-r--r--test/641-checker-arraycopy/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/641-checker-arraycopy/Android.bp b/test/641-checker-arraycopy/Android.bp
new file mode 100644
index 0000000000..326715a3c6
--- /dev/null
+++ b/test/641-checker-arraycopy/Android.bp
@@ -0,0 +1,6 @@
+// Generated by `regen-test-files`. Do not edit manually.
+java_test {
+ name: "art-run-test-641-checker-arraycopy",
+ defaults: ["art-run-test-defaults"],
+ srcs: ["src/**/*.java"],
+}