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:
johnshamoon 2017-07-21 10:33:41 -07:00
parent dfaaefd5bf
commit 181518b0bf

View file

@ -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"],