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

Commit fe283e18 authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Fix atest statsd_test

Seems like we need to create a 64bit binary for atest

Test: atest statsd_test
Bug: 154509776
Change-Id: Ibc47183ed478a08c12fff43dcd9dc793a121d0a1
parent 9bca3a38
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -295,7 +295,12 @@ cc_test {

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

    cflags: [
        "-Wall",