summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-04-18 00:11:18 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-04-18 00:11:18 +0000
commit5aef02fd4a670cdc0e93e76705f3621aef45a97f (patch)
treeee4b9c11319820748905decc223055dc711fa812
parenta29134bae4b90d2312a65b337ba7eeb94dd5ab70 (diff)
parent9c30a95f5a3320729228a91f72c649b759cae4f7 (diff)
Merge "Fix statsd_test mts build target" into rvc-dev
-rw-r--r--cmds/statsd/Android.bp7
1 files changed, 2 insertions, 5 deletions
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp
index b4519b769b7c..acd9ec3be210 100644
--- a/cmds/statsd/Android.bp
+++ b/cmds/statsd/Android.bp
@@ -293,12 +293,9 @@ cc_test {
defaults: ["statsd_defaults"],
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.
- multilib: {
- lib32: { suffix: "32", },
- lib64: { suffix: "64", },
- },
+ compile_multilib: "prefer32",
cflags: [
"-Wall",