commit | ca6ccd924eaae7c71f620260d62cb17963f69e86 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 12 16:42:13 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 12 16:42:13 2015 -0700 |
tree | ecae7375478c3ad520664bf34c9259d2fca8b544 | |
parent | 3f93d2a9705df0c4c341ac3e75b3751da82c98c6 [diff] [blame] |
Lose HAVE_ANDROID_OS from hardware/libhardware. Change-Id: I9f6bd154479e368aab0ff20798676d9cd409955c
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