am 69164f04: Merge "Lose HAVE_ANDROID_OS from hardware/libhardware."

* commit '69164f045f62741460fcb4308025fcefa49fe38a':
  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