diff options
| author | 2020-04-18 00:11:18 +0000 | |
|---|---|---|
| committer | 2020-04-18 00:11:18 +0000 | |
| commit | 5aef02fd4a670cdc0e93e76705f3621aef45a97f (patch) | |
| tree | ee4b9c11319820748905decc223055dc711fa812 | |
| parent | a29134bae4b90d2312a65b337ba7eeb94dd5ab70 (diff) | |
| parent | 9c30a95f5a3320729228a91f72c649b759cae4f7 (diff) | |
Merge "Fix statsd_test mts build target" into rvc-dev
| -rw-r--r-- | cmds/statsd/Android.bp | 7 |
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", |