From 862095819ffac9e5e543c114b6f0d4a7d89f6938 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Fri, 20 Oct 2017 01:14:20 -0700 Subject: 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 --- build/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'build/Android.bp') 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", -- cgit v1.2.3