aboutsummaryrefslogtreecommitdiff
path: root/packet/avrcp
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2018-02-13 10:33:54 -0800
committerMyles Watson <mylesgw@google.com>2018-02-13 10:50:23 -0800
commit65d24fb45191e3f18b32529dea3966244b26e4ce (patch)
tree8d6005c283e5f2f64b0b5c8a061a16257fa08388 /packet/avrcp
parenta45d3853236ef53a18b5e13b5df3cb39b919e88f (diff)
downloadbt-65d24fb45191e3f18b32529dea3966244b26e4ce.tar.gz
Factor out libchrome_support_defaults
Disable Mac support for host binaries in one place, since the dependency is based on libchrome support. Test: build Change-Id: I6641e18deffdff5205da181ad97e8b2892073a8f
Diffstat (limited to 'packet/avrcp')
-rw-r--r--packet/avrcp/Android.bp14
1 files changed, 1 insertions, 13 deletions
diff --git a/packet/avrcp/Android.bp b/packet/avrcp/Android.bp
index ecf58e318..8fb788b22 100644
--- a/packet/avrcp/Android.bp
+++ b/packet/avrcp/Android.bp
@@ -1,5 +1,6 @@
cc_library_static {
name: "lib-bt-packets-avrcp",
+ defaults: ["libchrome_support_defaults"],
export_include_dirs: ["."],
host_supported: true,
srcs: [
@@ -12,20 +13,7 @@ cc_library_static {
"register_notification_packet.cc",
"avrcp_reject_packet.cc",
],
- shared_libs: [
- "libchrome",
- ],
static_libs: [
"lib-bt-packets-base",
],
- cflags: [
- "-Wall",
- "-Wextra",
- "-Werror",
- ],
- target: {
- darwin: {
- enabled: false
- }
- }
}