diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index bb54fd983..aa449b2fb 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp @@ -49,6 +49,6 @@ cc_test_host { auto_gen_config: false, test_suites: [ "general-tests", - "vts-core", + "vts", ], } diff --git a/fs_mgr/libdm/Android.bp b/fs_mgr/libdm/Android.bp index 910c4fc6b..d5b59cc50 100644 --- a/fs_mgr/libdm/Android.bp +++ b/fs_mgr/libdm/Android.bp @@ -79,7 +79,7 @@ cc_test { cc_test { name: "vts_libdm_test", defaults: ["libdm_test_defaults"], - test_suites: ["vts-core"], + test_suites: ["vts"], test_min_api_level: 29, } diff --git a/fs_mgr/libfiemap/Android.bp b/fs_mgr/libfiemap/Android.bp index 2fd463c3f..f6c2b5aa0 100644 --- a/fs_mgr/libfiemap/Android.bp +++ b/fs_mgr/libfiemap/Android.bp @@ -80,7 +80,7 @@ cc_test { "fiemap_writer_test.cpp", ], - test_suites: ["vts-core", "device-tests"], + test_suites: ["vts", "device-tests"], auto_gen_config: true, test_min_api_level: 29, require_root: true, diff --git a/fs_mgr/liblp/Android.bp b/fs_mgr/liblp/Android.bp index ea0fca83f..20349dc03 100644 --- a/fs_mgr/liblp/Android.bp +++ b/fs_mgr/liblp/Android.bp @@ -97,7 +97,7 @@ cc_test { cc_test { name: "vts_core_liblp_test", defaults: ["liblp_test_defaults"], - test_suites: ["vts-core"], + test_suites: ["vts"], auto_gen_config: true, test_min_api_level: 29, require_root: true, diff --git a/fs_mgr/liblp/liblp_test.xml b/fs_mgr/liblp/liblp_test.xml index d9ee12eac..98414b109 100644 --- a/fs_mgr/liblp/liblp_test.xml +++ b/fs_mgr/liblp/liblp_test.xml @@ -19,7 +19,6 @@