From 9fbe52662210c56041052f4a13bcc70f789ac26e Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Mon, 24 Jun 2024 20:37:20 +0000 Subject: [PATCH] Migrate vts_libsnapshot_test and friends to general-tests zip for things that works in VTS, they should be buildable in general-tests zip rather than device-tests. Which is cheaper in term of build resources. Change-Id: If12442bf88cb5dd2b503e8023f925015890a39e2 Test: presubmit Bug: None --- fs_mgr/libsnapshot/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp index 39b5b7653..f0983186f 100644 --- a/fs_mgr/libsnapshot/Android.bp +++ b/fs_mgr/libsnapshot/Android.bp @@ -294,7 +294,7 @@ cc_test { ], test_suites: [ "vts", - "device-tests", + "general-tests", ], test_options: { min_shipping_api_level: 30, @@ -311,7 +311,7 @@ cc_test { "-DLIBSNAPSHOT_TEST_VAB_LEGACY", ], test_suites: [ - "device-tests", + "general-tests", ], test_options: { // Legacy VAB launched in Android R. @@ -414,7 +414,7 @@ cc_test { "libstorage_literals_headers", ], test_suites: [ - "device-tests", + "general-tests", ], test_options: { min_shipping_api_level: 30,