aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-01-31 20:14:22 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-31 20:14:22 -0800
commit11e4fc77672939c3656b939dd5a3c502e0180038 (patch)
tree4ff6124d3ca5e24f3bcaf457363b51bf28276ae3
parent3e8f94e24fc06ca3cfa1b228f7ebdc4e8e11852d (diff)
parent2ea4932e4f6294efcaac9f668b08ba8666f7c248 (diff)
downloadlibese-11e4fc77672939c3656b939dd5a3c502e0180038.tar.gz
Explicitly include log/log.h instead of cutils/log.h am: 2e57a3019b am: df18e50fe8
am: 2ea4932e4f Change-Id: I2a4e6bff6766e0c9bd4ab5b9eb40ad6773281b60
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/src/Ala.cpp2
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/src/AlaLib.cpp2
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/src/JcDnld.cpp2
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/Ala.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/Ala.cpp
index 8b1f17f..1ade696 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/Ala.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/Ala.cpp
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <Ala.h>
#include <AlaLib.h>
#include <IChannel.h>
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/AlaLib.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/AlaLib.cpp
index 6132889..9aeafc2 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/AlaLib.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/AlaLib.cpp
@@ -16,7 +16,7 @@
#include "Ala.h"
#include "AlaLib.h"
#include <data_types.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <dirent.h>
static INT16 alaHandle;
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/JcDnld.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/JcDnld.cpp
index 32574fe..dba3971 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/JcDnld.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/JcDnld.cpp
@@ -16,7 +16,7 @@
#include "JcDnld.h"
#include "JcopOsDownload.h"
#include <data_types.h>
-#include <cutils/log.h>
+#include <log/log.h>
JcopOsDwnld *jd;
IChannel_t *channel;
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
index 500b8fc..1cfc3cb 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/src/JcopOsDownload.cpp
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <semaphore.h>
#include <AlaLib.h>
#include <JcopOsDownload.h>