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

Commit 04036362 authored by Luke Huang's avatar Luke Huang
Browse files

Fix build breakage for resolv_gold_test in build_test/build_test2(internal master)

Building resolv_gold_test 32 bit only might fail some builds with
64-bit only configurations

Bug: 152303924
Test: build
Change-Id: Ic9c9291affc2a9717b7fa3e6471bc0001dea7fdf
parent 0b6c4937
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ cc_test {
    ],
    // MTS test binary can't be built under compile_multilib = "both" and having test data.
    // However, MTS coverage requires 32 bit test binary to run.
    compile_multilib: "32",
    compile_multilib: "prefer32",
}

cc_test {