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

Commit d2f03527 authored by Luke Huang's avatar Luke Huang Committed by Yi-Yo Chiang
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
Merged-In: Ic9c9291affc2a9717b7fa3e6471bc0001dea7fdf
(cherry picked from commit 04036362)
Bug: 296185206
parent e5af8844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,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 {