summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Greg Hackmann <ghackmann@google.com> 2012-08-06 13:55:56 -0700
committer Greg Hackmann <ghackmann@google.com> 2012-08-06 13:55:56 -0700
commit92516c84ef2a167524007a0584fb26018b5cb9c4 (patch)
treea5265f24ef6e700cd1b5cf4dbb957f44e91e2b6d
parent53095e25d69206bea1ac15a7382ab8b61155c0c1 (diff)
fix pdk build
Change-Id: Ia4db8e1e8ee18ac112bf13a5ab2a75edb08fc70f Signed-off-by: Greg Hackmann <ghackmann@google.com>
-rw-r--r--services/surfaceflinger/DdmConnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/DdmConnection.cpp b/services/surfaceflinger/DdmConnection.cpp
index 0b895e21b2..433b38e542 100644
--- a/services/surfaceflinger/DdmConnection.cpp
+++ b/services/surfaceflinger/DdmConnection.cpp
@@ -16,7 +16,7 @@
#include <dlfcn.h>
-#include <android_runtime/AndroidRuntime.h>
+#include <cutils/log.h>
#include "jni.h"
#include "DdmConnection.h"