commit | 96510c80f84e192f106678d269e793ade8510b1c | [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 17:12:03 2017 +0000 |
tree | 8d9edc35ace5d2a0b9d3cc027d822ee4b3933bac | |
parent | ca59e7f3cabeac1499a1a1dc65680eaa725f9f3b [diff] [blame] |
bluetooth: include what you use Helper libraries also now on vendor partition. Test: links Test: bluetooth works on internal Marlin Bug: 33241851 Change-Id: Ie99faf9146ce2ce3df83a2b46acfaa36a54c16c2
diff --git a/bluetooth/1.0/default/test/properties.cc b/bluetooth/1.0/default/test/properties.cc index ad5c194..6ac4fb4 100644 --- a/bluetooth/1.0/default/test/properties.cc +++ b/bluetooth/1.0/default/test/properties.cc
@@ -23,7 +23,7 @@ #include <unistd.h> #include <cutils/properties.h> -#include <utils/Log.h> +#include <log/log.h> static const int MAX_PROPERTIES = 5;