Fix build by adding bt_types to bluetooth.h (2/2)
Allow bt_types to be included as a shared or static library. Test: Compiles Change-Id: Idabc1da73f1d735ea874942a08ebfcd655a7833b
This commit is contained in:
parent
dfaaefd5bf
commit
181518b0bf
1 changed files with 2 additions and 0 deletions
|
@ -6,11 +6,13 @@ cc_library_headers {
|
|||
"libaudio_system_headers",
|
||||
"libsystem_headers",
|
||||
"libcutils_headers",
|
||||
"libbluetooth-types-header",
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"libaudio_system_headers",
|
||||
"libsystem_headers",
|
||||
"libcutils_headers",
|
||||
"libbluetooth-types-header",
|
||||
],
|
||||
|
||||
export_include_dirs: ["include"],
|
||||
|
|
Loading…
Reference in a new issue