From 0ad6c8fe441019980b1eeaf3047949e6601cdd7f Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 28 Sep 2016 15:29:14 -0700 Subject: [PATCH] art: Replace cutils/log.h with android/log.h Test: compile Bug: 26552300 Bug: 31289077 Change-Id: Ie5720d9e1388047856392e8635895895c22f3112 --- runtime/base/logging.cc | 2 +- runtime/monitor_android.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/base/logging.cc b/runtime/base/logging.cc index 17873b541..d09e66f3c 100644 --- a/runtime/base/logging.cc +++ b/runtime/base/logging.cc @@ -27,7 +27,7 @@ // Headers for LogMessage::LogLine. #ifdef ART_TARGET_ANDROID -#include "cutils/log.h" +#include #include #else #include diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc index 671cb6003..0d1839baf 100644 --- a/runtime/monitor_android.cc +++ b/runtime/monitor_android.cc @@ -21,7 +21,7 @@ #include #include -#include "cutils/log.h" +#include #define EVENT_LOG_TAG_dvm_lock_sample 20003 -- 2.11.0