commit | 4a432b55c21c7ddeb1d42d1e55e7a299e9faf47d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 26 23:10:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 26 23:10:19 2020 +0000 |
tree | 3cd2bda5c1980021c37541510fcb164193df5167 | |
parent | 3b73a1d05e2677da2bfd45a1bfb5f5a73b8419de [diff] | |
parent | a0ac5fce1e3545786beb73e1cabf8d19640f6f41 [diff] |
Merge "Build 64-bit audio service on 64-bit-only" am: 01937cb938 am: a0ac5fce1e Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1327194 Change-Id: Icbba8512e69264181b8ed68f84064f1563f54cb9
diff --git a/audio/common/all-versions/default/service/Android.bp b/audio/common/all-versions/default/service/Android.bp index 3e8b715..f163a2f 100644 --- a/audio/common/all-versions/default/service/Android.bp +++ b/audio/common/all-versions/default/service/Android.bp
@@ -4,11 +4,11 @@ init_rc: ["android.hardware.audio.service.rc"], relative_install_path: "hw", vendor: true, - // Only support 32 bit as the binary must always be installed at the same + // Prefer 32 bit as the binary must always be installed at the same // location for init to start it and the build system does not support // having two binaries installable to the same location even if they are // not installed in the same build. - compile_multilib: "32", + compile_multilib: "prefer32", srcs: ["service.cpp"], cflags: [