aboutsummaryrefslogtreecommitdiff
path: root/test/cts/producer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cts/producer/Android.bp')
-rw-r--r--test/cts/producer/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cts/producer/Android.bp b/test/cts/producer/Android.bp
index 5458af026..bda36bd28 100644
--- a/test/cts/producer/Android.bp
+++ b/test/cts/producer/Android.bp
@@ -17,7 +17,7 @@ android_test_helper_app {
// tag this module as a cts test artifact
test_suites: [
"cts",
- "vts",
+ "vts10",
"general-tests",
],
@@ -28,4 +28,5 @@ android_test_helper_app {
"libperfettocts_jni",
"libnativehelper_compat_libc++",
],
+ jni_uses_platform_apis: true,
}