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

Commit 9c30a95f authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Fix statsd_test mts build target

The test tried to execute statsd_test when the binary was named
statsd_test32. This fixes the naming issue.

Bug: 153035538
Test: make mts and check the binary name
Change-Id: I13485a95801f9ef71211cd1d36e8ea1fd3bbc0b6
parent c6b2830e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -294,10 +294,7 @@ cc_test {

    //TODO(b/153588990): Remove when the build system properly separates
    //32bit and 64bit architectures.
    multilib: {
        lib32: { suffix: "32", },
        lib64: { suffix: "64", },
    },
    compile_multilib: "prefer32",

    cflags: [
        "-Wall",