diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp index f0983186f..39b5b7653 100644 --- a/fs_mgr/libsnapshot/Android.bp +++ b/fs_mgr/libsnapshot/Android.bp @@ -294,7 +294,7 @@ cc_test { ], test_suites: [ "vts", - "general-tests", + "device-tests", ], test_options: { min_shipping_api_level: 30, @@ -311,7 +311,7 @@ cc_test { "-DLIBSNAPSHOT_TEST_VAB_LEGACY", ], test_suites: [ - "general-tests", + "device-tests", ], test_options: { // Legacy VAB launched in Android R. @@ -414,7 +414,7 @@ cc_test { "libstorage_literals_headers", ], test_suites: [ - "general-tests", + "device-tests", ], test_options: { min_shipping_api_level: 30,