39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
cc_library_shared {
|
|
name: "libbluetooth_jni",
|
|
srcs: [
|
|
"com_android_bluetooth_btservice_AdapterService.cpp",
|
|
"com_android_bluetooth_hfp.cpp",
|
|
"com_android_bluetooth_hfpclient.cpp",
|
|
"com_android_bluetooth_a2dp.cpp",
|
|
"com_android_bluetooth_a2dp_sink.cpp",
|
|
"com_android_bluetooth_avrcp.cpp",
|
|
"com_android_bluetooth_avrcp_controller.cpp",
|
|
"com_android_bluetooth_hid.cpp",
|
|
"com_android_bluetooth_hidd.cpp",
|
|
"com_android_bluetooth_hdp.cpp",
|
|
"com_android_bluetooth_pan.cpp",
|
|
"com_android_bluetooth_gatt.cpp",
|
|
"com_android_bluetooth_sdp.cpp",
|
|
],
|
|
include_dirs: [
|
|
"libnativehelper/include/nativehelper",
|
|
"system/bt/types",
|
|
],
|
|
shared_libs: [
|
|
"libandroid_runtime",
|
|
"libchrome",
|
|
"libnativehelper",
|
|
"libcutils",
|
|
"libutils",
|
|
"liblog",
|
|
"libhardware",
|
|
],
|
|
static_libs: [
|
|
"libbluetooth-types",
|
|
],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wno-unused-parameter",
|
|
],
|
|
}
|