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

Commit 646ac5d3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add statsd device tests as mts target" into rvc-dev am: 702537c7 am: 0062bae4

Change-Id: If7a53296dd42599275f6b3c99680b81511fb6f03
parents c7bcc1b1 0062bae4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -291,7 +291,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",