summaryrefslogtreecommitdiff
path: root/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 9d4660abef..38c0ca0037 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -147,6 +147,13 @@ filegroup {
srcs: ["art-gtests-target-standalone-cts-template.xml"],
}
+// Test configuration template for standalone ART gtests on target (not bundled with the ART APEX)
+// which don't support multilib.
+filegroup {
+ name: "art-gtests-target-standalone-non-multilib-template",
+ srcs: ["art-gtests-target-standalone-non-multilib-template.xml"],
+}
+
// Test configuration template for standalone ART gtests run with a boot image on target (not
// bundled with the ART APEX).
filegroup {