diff options
author | Naseer Ahmed <naseer@codeaurora.org> | 2012-07-01 23:54:19 -0700 |
---|---|---|
committer | Brian Muramatsu <btmura@google.com> | 2012-07-13 17:50:32 -0700 |
commit | a87da60090f55b823ee999930b381daa3dbda67e (patch) | |
tree | 1a03e47098e19274266ea8e644fb4f94aa1195b3 /libgralloc/framebuffer.cpp | |
parent | 30621ab602d0ad00d6b50570e0943eae10c64012 (diff) | |
download | android_hardware_qcom_display-a87da60090f55b823ee999930b381daa3dbda67e.tar.gz android_hardware_qcom_display-a87da60090f55b823ee999930b381daa3dbda67e.tar.bz2 android_hardware_qcom_display-a87da60090f55b823ee999930b381daa3dbda67e.zip |
display: Add QC Display utils
* Rename qcomui directory to qdutils
* Avoid inclusion of qcom_ui header
* Add class to get MDP version
* Add namespace for qdutils to prevent collison
Change-Id: I9a3f440e6b0fea1cfcc478ddca90af5df3bbb897
Diffstat (limited to 'libgralloc/framebuffer.cpp')
-rw-r--r-- | libgralloc/framebuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgralloc/framebuffer.cpp b/libgralloc/framebuffer.cpp index c3a6b9316..97295a35d 100644 --- a/libgralloc/framebuffer.cpp +++ b/libgralloc/framebuffer.cpp @@ -40,7 +40,7 @@ #include "fb_priv.h" #include "gr.h" #include <cutils/properties.h> -#include <qcomutils/profiler.h> +#include <profiler.h> #include "overlay.h" namespace ovutils = overlay::utils; |