summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mark Salyzyn <salyzyn@google.com> 2016-10-17 14:11:20 -0700
committer Mark Salyzyn <salyzyn@google.com> 2016-10-17 14:13:31 -0700
commit280a16224c2420b1d17ab0da2efbe800ec00a372 (patch)
tree2cfe1d66d55c8d36909a60b87ddf28533f76da89
parent38a4223fcc0493553d9ad324a1dc145869eb663a (diff)
event interface going private
Test: compile Bug: 30465923 Change-Id: I704e0e6ae886207a9625fcb59be4876307d21e5f
-rw-r--r--runtime/monitor_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc
index 0d1839baf4..1dd60f8d78 100644
--- a/runtime/monitor_android.cc
+++ b/runtime/monitor_android.cc
@@ -21,7 +21,7 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include <android/log.h>
+#include <log/log.h>
#define EVENT_LOG_TAG_dvm_lock_sample 20003