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

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

Add statsd device tests as mts target

Added multilib to cc_test as a workaround to the build system being
unable to separate 32 and 64bit architectures.

Bug: 153035538
Test: m -j
Change-Id: Ib7f3b01816d7cbd69b3dbf4dbf63ccb22b0c5b6a
parent 0935694b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -290,7 +290,14 @@ cc_binary {
cc_test {
    name: "statsd_test",
    defaults: ["statsd_defaults"],
    test_suites: ["device-tests"],
    test_suites: ["device-tests", "mts"],

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

    cflags: [
        "-Wall",