aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2018-01-30 14:35:20 -0800
committerJack He <siyuanh@google.com>2018-01-31 20:00:56 +0000
commitcb94bdfb4356c74076db20114f7918bf770100a0 (patch)
tree4ab5297fb10fee8552de8da74ae9834f082a9250 /build
parentbf101fa2c5ea4e6b2e48e4204c1d200c857871c9 (diff)
downloadbt-cb94bdfb4356c74076db20114f7918bf770100a0.tar.gz
BUILD: Disable build for mac-host target
* Move disable darwin (mac) options to "fluoride_defaults". * mac-host target is disabled across fluoride, but developer can still build for non-mac targets on a mac host. * Remove vendor_libs/Android.mk that is no longer used. Bug: 72618679 Test: make Change-Id: Ibad9fad3df169e9c4e418a4511c42066fcb10fdc
Diffstat (limited to 'build')
-rw-r--r--build/Android.bp8
1 files changed, 6 insertions, 2 deletions
diff --git a/build/Android.bp b/build/Android.bp
index 53d461d9d..cf5768078 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -39,8 +39,12 @@ fluoride_defaults {
],
},
},
- shared_libs: [ "libchrome" ]
- // Setup Bluetooth local make variables for handling configuration
+ shared_libs: [ "libchrome" ],
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
fluoride_defaults {