commit | 85d95ed55f692a56c04b8c3d41cb8c0e189e501e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Apr 11 12:22:27 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Apr 12 10:12:44 2017 -0700 |
tree | f8d1ec8374fb97044418edf6ce1c66c47f1219b9 | |
parent | 586fd648d5200dd133397dc6b3710bcca1bb4ad2 [diff] [blame] |
bluetooth: include what you use Helper libraries also now on vendor partition. Test: links Test: bluetooth works on internal Marlin Bug: 33241851 (cherry picked from commit 96510c80f84e192f106678d269e793ade8510b1c) Merged-In: Ie99faf9146ce2ce3df83a2b46acfaa36a54c16c2 Change-Id: Ie99faf9146ce2ce3df83a2b46acfaa36a54c16c2
diff --git a/bluetooth/1.0/default/bluetooth_hci.cc b/bluetooth/1.0/default/bluetooth_hci.cc index 8eccfc7..e14e3d7 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 <utils/Log.h> +#include <log/log.h> #include "vendor_interface.h"