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

Commit 1a18d053 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libsnapshot: Set compile_multilib to "first"" into main

parents b197a513 09c52ca4
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",
            },
        ],
    },
}