summaryrefslogtreecommitdiff
path: root/include/android_runtime
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-17 15:34:57 -0800
committer Mathias Agopian <mathias@google.com> 2012-02-17 15:36:10 -0800
commitb93a03f841d93498bfea6cc92a22faa34bce1337 (patch)
treeb5c2e1c097ad9dc4a3580ee661223794e0560f60 /include/android_runtime
parente97df97b6cb5e4bff8f9da9ecff7cddb7d04ff41 (diff)
frameworks/base refactoring.
First step. Move libui includes to their new home: androidfw. Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662
Diffstat (limited to 'include/android_runtime')
-rw-r--r--include/android_runtime/android_app_NativeActivity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android_runtime/android_app_NativeActivity.h b/include/android_runtime/android_app_NativeActivity.h
index 93fcf69a17a9..a59677a167ce 100644
--- a/include/android_runtime/android_app_NativeActivity.h
+++ b/include/android_runtime/android_app_NativeActivity.h
@@ -17,7 +17,7 @@
#ifndef _ANDROID_APP_NATIVEACTIVITY_H
#define _ANDROID_APP_NATIVEACTIVITY_H
-#include <ui/InputTransport.h>
+#include <androidfw/InputTransport.h>
#include <utils/Looper.h>
#include <android/native_activity.h>