aboutsummaryrefslogtreecommitdiff
path: root/build/Android.bp
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-10-20 01:14:20 -0700
committerJakub Pawlowski <jpawlowski@google.com>2017-10-20 17:50:15 +0000
commit862095819ffac9e5e543c114b6f0d4a7d89f6938 (patch)
tree7df5d7ef5ad4a062e2a556fa4bc88b8aaa05f51d /build/Android.bp
parent50e1adadad2e2c269850febd673294395ce07ac1 (diff)
downloadbt-862095819ffac9e5e543c114b6f0d4a7d89f6938.tar.gz
Build only for current architecture by default
From now on, libbluetooth.so, and all unit tests will be compiled for the current device platform only. libbluetooth-types is an exception from rule, as some vendor libraries are still compiled for 32bit. Bug: 68028239 Test: compile and run Bluetooth Change-Id: I51bb4da2a9e1e4e9a03c43f2825bd1dbd4a5ca58
Diffstat (limited to 'build/Android.bp')
-rw-r--r--build/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.bp b/build/Android.bp
index 53d461d9d..79fbccc4e 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -46,6 +46,7 @@ fluoride_defaults {
fluoride_defaults {
name: "fluoride_defaults",
defaults: ["fluoride_types_defaults"],
+ compile_multilib: "first",
header_libs: ["libbluetooth_headers"],
static_libs: [
"libbluetooth-types",