aboutsummaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorPavlin Radoslavov <pavlin@google.com>2017-10-26 23:36:30 +0000
committerJakub Pawlowski <jpawlowski@google.com>2017-10-26 23:37:23 +0000
commitb26825730e74c2aa48d39c9c4337ca563a14f987 (patch)
treec5beabdf7b8f60a65a4621a97857f4c9590a0aa5 /types
parentd59bdf57e3a5727de4770eda93233a227d7a783a (diff)
downloadbt-b26825730e74c2aa48d39c9c4337ca563a14f987.tar.gz
Revert "Build only for current architecture by default"
This reverts commit 862095819ffac9e5e543c114b6f0d4a7d89f6938. The result audio.a2dp.default.so shared library is only 64-bit, and it can't be used by the audioserver which is still 32-bit only Bug: 68127690 Change-Id: I60b15c32425db3b2ada687fa8d0dcb728cf1812f Test: A2DP streaming
Diffstat (limited to 'types')
-rw-r--r--types/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/types/Android.bp b/types/Android.bp
index 465814be9..5867d63e3 100644
--- a/types/Android.bp
+++ b/types/Android.bp
@@ -10,7 +10,6 @@ cc_library_static {
name: "libbluetooth-types",
vendor_available: true,
defaults: ["fluoride_types_defaults"],
- compile_multilib: "both",
cflags: [
/* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each class*/
"-fvisibility=default",