Skip to content
Snippets Groups Projects
Commit 2d4231e2 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Introduce libbt-jni-thread am: a3ffb7b0 am: a86bada8 am: f0e3f6dc

parents 15e80a98 f0e3f6dc
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@
#include <cstdint>
#include <vector>
#include "bt_target.h" // Must be first to define build configuration
#include "bta_api_data_types.h"
#include "internal_include/bt_target.h"
#include "macros.h"
#include "os/log.h"
#include "stack/btm/power_mode.h"
......
......@@ -53,6 +53,31 @@ cc_library {
},
}
cc_library_static {
name: "libbt-jni-thread",
defaults: ["fluoride_defaults"],
host_supported: true,
include_dirs: [
"packages/modules/Bluetooth/system",
"packages/modules/Bluetooth/system/gd",
"packages/modules/Bluetooth/system/include",
"packages/modules/Bluetooth/system/stack/include",
"packages/modules/Bluetooth/system/types",
],
srcs: ["src/btif_jni_task.cc"],
static_libs: [
"libbt_shim_bridge",
"libosi",
],
shared_libs: [
"libchrome",
],
apex_available: [
"com.android.btservices",
],
min_sdk_version: "Tiramisu",
}
genrule {
name: "statslog_bt.h",
tools: ["stats-log-api-gen"],
......
......@@ -16,9 +16,14 @@
#include "btif/include/btif_jni_task.h"
#include <base/bind.h>
#include <base/location.h>
#include <base/logging.h>
#include <base/threading/platform_thread.h>
#include <cstdint>
#include <utility>
#include "common/message_loop_thread.h"
#include "include/hardware/bluetooth.h"
#include "osi/include/allocator.h"
......
......@@ -20,7 +20,7 @@
#include <cstdint>
#include "bt_target.h"
#include "internal_include/bt_target.h"
/* Device Identification (DI) data structure
*/
......
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