Merge "Add statsd device tests as mts target" into rvc-dev am: 702537c7ab am: 0062bae420 am: 5c5e29400c

Change-Id: I36b4fb0ce30af838eeee0efa5a6f3d8f16436bbb
This commit is contained in:
TreeHugger Robot
2020-04-16 17:43:45 +00:00
committed by Automerger Merge Worker

View File

@@ -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",