summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 56c213b08d51..771284159223 100644
--- a/cmds/statsd/Android.bp
+++ b/cmds/statsd/Android.bp
@@ -292,12 +292,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",