diff --git a/bluetooth/1.0/default/Android.bp b/bluetooth/1.0/default/Android.bp index 292f97c51a..c77f0e6b80 100644 --- a/bluetooth/1.0/default/Android.bp +++ b/bluetooth/1.0/default/Android.bp @@ -41,21 +41,20 @@ cc_library_shared { cc_library_static { name: "android.hardware.bluetooth-async", + proprietary: true, defaults: ["hidl_defaults"], srcs: [ "async_fd_watcher.cc", ], export_include_dirs: ["."], shared_libs: [ - "libbase", - "libcutils", "liblog", - "libutils", ], } cc_library_static { name: "android.hardware.bluetooth-hci", + proprietary: true, defaults: ["hidl_defaults"], srcs: [ "hci_packetizer.cc", @@ -66,7 +65,6 @@ cc_library_static { export_include_dirs: ["."], shared_libs: [ "libbase", - "libcutils", "libhidlbase", "liblog", "libutils", diff --git a/bluetooth/1.0/default/bluetooth_hci.cc b/bluetooth/1.0/default/bluetooth_hci.cc index 8eccfc7441..e14e3d7042 100644 --- a/bluetooth/1.0/default/bluetooth_hci.cc +++ b/bluetooth/1.0/default/bluetooth_hci.cc @@ -17,7 +17,7 @@ #define LOG_TAG "android.hardware.bluetooth@1.0-impl" #include "bluetooth_hci.h" -#include +#include #include "vendor_interface.h" diff --git a/bluetooth/1.0/default/hci_protocol.cc b/bluetooth/1.0/default/hci_protocol.cc index bb1e36ba53..a208da16df 100644 --- a/bluetooth/1.0/default/hci_protocol.cc +++ b/bluetooth/1.0/default/hci_protocol.cc @@ -17,10 +17,9 @@ #include "hci_protocol.h" #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol" -#include #include #include -#include +#include namespace android { namespace hardware { diff --git a/bluetooth/1.0/default/test/async_fd_watcher_unittest.cc b/bluetooth/1.0/default/test/async_fd_watcher_unittest.cc index b0c533c9a5..dfc50a35cc 100644 --- a/bluetooth/1.0/default/test/async_fd_watcher_unittest.cc +++ b/bluetooth/1.0/default/test/async_fd_watcher_unittest.cc @@ -22,12 +22,12 @@ #include #include +#include #include #include #include #include #include -#include namespace android { namespace hardware { diff --git a/bluetooth/1.0/default/test/h4_protocol_unittest.cc b/bluetooth/1.0/default/test/h4_protocol_unittest.cc index d53aaa9fac..ad08086c7e 100644 --- a/bluetooth/1.0/default/test/h4_protocol_unittest.cc +++ b/bluetooth/1.0/default/test/h4_protocol_unittest.cc @@ -25,10 +25,10 @@ #include #include +#include #include #include #include -#include namespace android { namespace hardware { diff --git a/bluetooth/1.0/default/test/mct_protocol_unittest.cc b/bluetooth/1.0/default/test/mct_protocol_unittest.cc index 0a6e9ebc4a..d45058e22c 100644 --- a/bluetooth/1.0/default/test/mct_protocol_unittest.cc +++ b/bluetooth/1.0/default/test/mct_protocol_unittest.cc @@ -25,10 +25,10 @@ #include #include +#include #include #include #include -#include namespace android { namespace hardware { diff --git a/bluetooth/1.0/default/test/properties.cc b/bluetooth/1.0/default/test/properties.cc index ad5c1945d2..6ac4fb4271 100644 --- a/bluetooth/1.0/default/test/properties.cc +++ b/bluetooth/1.0/default/test/properties.cc @@ -23,7 +23,7 @@ #include #include -#include +#include static const int MAX_PROPERTIES = 5;