diff --git a/tests/ApkVerityTest/Android.bp b/tests/ApkVerityTest/Android.bp index c8d1ce1e78376..2482068177407 100644 --- a/tests/ApkVerityTest/Android.bp +++ b/tests/ApkVerityTest/Android.bp @@ -16,7 +16,7 @@ java_test_host { name: "ApkVerityTest", srcs: ["src/**/*.java"], libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"], - test_suites: ["general-tests"], + test_suites: ["general-tests", "vts-core"], target_required: [ "block_device_writer_module", ], diff --git a/tests/ApkVerityTest/block_device_writer/Android.bp b/tests/ApkVerityTest/block_device_writer/Android.bp index 78850c5345961..65cb3643259b2 100644 --- a/tests/ApkVerityTest/block_device_writer/Android.bp +++ b/tests/ApkVerityTest/block_device_writer/Android.bp @@ -47,6 +47,6 @@ cc_test { }, }, - test_suites: ["general-tests", "pts"], + test_suites: ["general-tests", "pts", "vts-core"], gtest: false, }