Merge "Fix statsd_test mts build target" into rvc-dev am: 5aef02fd4a am: 79bc988ce8 am: 5700fafa94

Change-Id: Ib424533af8920c0b8cd11559498464480681b424
This commit is contained in:
TreeHugger Robot
2020-04-20 00:25:30 +00:00
committed by Automerger Merge Worker

View File

@@ -293,12 +293,9 @@ cc_test {
defaults: ["statsd_defaults"], defaults: ["statsd_defaults"],
test_suites: ["device-tests", "mts"], test_suites: ["device-tests", "mts"],
//TODO(b/153588990): Remove when the build system properly separates //TODO(b/153588990): Remove when the build system properly separates
//32bit and 64bit architectures. //32bit and 64bit architectures.
multilib: { compile_multilib: "prefer32",
lib32: { suffix: "32", },
lib64: { suffix: "64", },
},
cflags: [ cflags: [
"-Wall", "-Wall",