summaryrefslogtreecommitdiff
path: root/libdexfile/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/Android.bp')
-rw-r--r--libdexfile/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index 37f17308cd..68503276cb 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -411,7 +411,11 @@ art_cc_test {
],
test_config_template: ":art-gtests-target-standalone-cts-template",
- test_suites: ["cts"], // For backed-by API coverage.
+ // For backed-by API coverage.
+ test_suites: [
+ "cts",
+ "mcts-art",
+ ],
}
// Support library with a C++ API for accessing the libdexfile API for external