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

Commit 09c52ca4 authored by Akilesh Kailash's avatar Akilesh Kailash
Browse files

libsnapshot: Set compile_multilib to "first"



vts_libsnapshot_test32 fails as library android.hardware.boot@1.0.so
isn't built for 32-bit.

This will still test on 32-bit platforms.

Bug: 388929904
Test: vts_libsnapshot_test
Change-Id: I16d37095f3057b12c101a80e1493fa659ead3e3b
Signed-off-by: default avatarAkilesh Kailash <akailash@google.com>
parent 4220f93a
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -308,17 +308,15 @@ cc_test {
        "vts",
        "general-tests",
    ],
    compile_multilib: "both",
    multilib: {
        lib32: {
            suffix: "32",
        },
        lib64: {
            suffix: "64",
        },
    },
    compile_multilib: "first",
    test_options: {
        min_shipping_api_level: 30,
        test_runner_options: [
            {
                name: "force-no-test-error",
                value: "false",
            },
        ],
    },
}