OSDN Git Service

Lose HAVE_ANDROID_OS from hardware/libhardware.
authorElliott Hughes <enh@google.com>
Wed, 12 Aug 2015 23:42:13 +0000 (16:42 -0700)
committerElliott Hughes <enh@google.com>
Wed, 12 Aug 2015 23:42:13 +0000 (16:42 -0700)
Change-Id: I9f6bd154479e368aab0ff20798676d9cd409955c

modules/gralloc/framebuffer.cpp

index 486e27a..eadcdaa 100644 (file)
@@ -33,7 +33,7 @@
 #include <cutils/log.h>
 #include <cutils/atomic.h>
 
-#if HAVE_ANDROID_OS
+#ifdef __ANDROID__
 #include <linux/fb.h>
 #endif