Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c6edd3c authored by Julien Desprez's avatar Julien Desprez
Browse files

Reland aosp/3144167: 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.

The underlying issue should have been fixed in b/349278999

Change-Id: I611db1d60bd5b29f42f3404ed8b313024aca39ce
Test: presubmit
Bug: 358400696
parent 50a5cc57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
@@ -420,7 +420,7 @@ cc_test {
        "libstorage_literals_headers",
    ],
    test_suites: [
        "device-tests",
        "general-tests",
    ],
    test_options: {
        min_shipping_api_level: 30,