commit | 69164f045f62741460fcb4308025fcefa49fe38a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 12 23:47:25 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 12 23:47:25 2015 +0000 |
tree | ecae7375478c3ad520664bf34c9259d2fca8b544 | |
parent | 3f93d2a9705df0c4c341ac3e75b3751da82c98c6 [diff] | |
parent | ca6ccd924eaae7c71f620260d62cb17963f69e86 [diff] |
Merge "Lose HAVE_ANDROID_OS from hardware/libhardware."
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp index 486e27a..eadcdaa 100644 --- a/modules/gralloc/framebuffer.cpp +++ b/modules/gralloc/framebuffer.cpp
@@ -33,7 +33,7 @@ #include <cutils/log.h> #include <cutils/atomic.h> -#if HAVE_ANDROID_OS +#ifdef __ANDROID__ #include <linux/fb.h> #endif