Skip to content
Snippets Groups Projects
Commit e4ff92a1 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Fix sdk_mac builds for AVRCP Headers

Disable sdk_mac for avrcp_headers since libchrome isn't compiled for sdk
mac.

Test: Compile
Change-Id: Ia5b67450e1beb82a78958eca25e6579496bf1ef6
parent b1580266
No related branches found
No related tags found
No related merge requests found
cc_library_headers {
name: "avrcp_headers",
defaults: ["libchrome_support_defaults"],
include_dirs: ["packages/modules/Bluetooth/system/internal_include"],
export_include_dirs: ["./hardware/avrcp/"],
header_libs: ["internal_include_headers"],
......@@ -7,8 +8,7 @@ cc_library_headers {
// We need this in case some file outside of the Bluetooth project includes
// bluetooth.h but doesn't include libchrome which avrcp.h depends on.
static_libs: ["libchrome"],
export_static_lib_headers: ["libchrome"],
export_shared_lib_headers: ["libchrome"],
vendor_available: true,
host_supported: true,
......@@ -16,6 +16,7 @@ cc_library_headers {
cc_library_headers {
name: "libbluetooth_headers",
defaults: ["libchrome_support_defaults"],
header_libs: [
"avrcp_headers",
"libbluetooth-types-header",
......@@ -24,7 +25,6 @@ cc_library_headers {
"avrcp_headers",
"libbluetooth-types-header",
],
export_include_dirs: ["./"],
vendor_available: true,
host_supported: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment