summaryrefslogtreecommitdiff
path: root/bluetooth/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/Android.bp')
-rw-r--r--bluetooth/Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/bluetooth/Android.bp b/bluetooth/Android.bp
index aecdcb7e..142ced28 100644
--- a/bluetooth/Android.bp
+++ b/bluetooth/Android.bp
@@ -18,8 +18,11 @@ cc_binary {
proprietary: true,
relative_install_path: "hw",
srcs: [
+ "async_fd_watcher.cc",
"bluetooth_hci.cc",
- "hci_packetizer_hikey.cc",
+ "h4_protocol.cc",
+ "hci_packetizer.cc",
+ "hci_protocol.cc",
"service.cc",
],
shared_libs: [
@@ -33,9 +36,5 @@ cc_binary {
"liblog",
"libutils",
],
- static_libs: [
- "android.hardware.bluetooth-async",
- "android.hardware.bluetooth-hci",
- ],
init_rc: ["android.hardware.bluetooth@1.0-service.hikey.rc"],
}