Merge "Fix atest statsd_test" into rvc-dev

This commit is contained in:
Jeffrey Huang
2020-04-22 16:41:45 +00:00
committed by Android (Google) Code Review

View File

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