summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-12 16:42:13 -0700
committerElliott Hughes <enh@google.com>2015-08-12 16:42:13 -0700
commitca6ccd924eaae7c71f620260d62cb17963f69e86 (patch)
treeecae7375478c3ad520664bf34c9259d2fca8b544
parent3f93d2a9705df0c4c341ac3e75b3751da82c98c6 (diff)
downloadlibhardware-ca6ccd924eaae7c71f620260d62cb17963f69e86.tar.gz
Lose HAVE_ANDROID_OS from hardware/libhardware.
Change-Id: I9f6bd154479e368aab0ff20798676d9cd409955c
-rw-r--r--modules/gralloc/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp
index 486e27ab..eadcdaa6 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