commit | 7356b0b0661f61a161ac6771e4325ad5f687cb2e | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Thu Feb 11 14:42:01 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 11 14:42:01 2010 -0800 |
tree | fdf7a94b38b048b2706d5dfb9120508ac82784ec | |
parent | 315ada7fbb9e967c22e87b4921bec720ceb2c73c [diff] | |
parent | 6b03844b48c13c52d4c7ec4754d53501814098d8 [diff] |
Merge "Fix simulator build."
diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp index 21e0e4d..83cb533 100644 --- a/cmds/runtime/main_runtime.cpp +++ b/cmds/runtime/main_runtime.cpp
@@ -19,7 +19,7 @@ #include <private/utils/Static.h> -#include <ui/ISurfaceComposer.h> +#include <surfaceflinger/ISurfaceComposer.h> #include <android_runtime/AndroidRuntime.h>