summaryrefslogtreecommitdiff
path: root/gralloc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-12 16:41:22 -0700
committerAndreas Schneider <asn@cryptomilk.org>2015-12-08 07:49:08 +0100
commit2da14966a9800569a7cb830c045f7c21849e7bdd (patch)
treea73b361dea0a8e10cea30f15d0eac1d8925219b9 /gralloc
parent6c41c13628f31ecc07234b4bf566b649570f8132 (diff)
downloadandroid_hardware_samsung_slsi_exynos5430-2da14966a9800569a7cb830c045f7c21849e7bdd.tar.gz
android_hardware_samsung_slsi_exynos5430-2da14966a9800569a7cb830c045f7c21849e7bdd.tar.xz
android_hardware_samsung_slsi_exynos5430-2da14966a9800569a7cb830c045f7c21849e7bdd.zip
Lose HAVE_ANDROID_OS from hardware/samsung_slsi/exynos5.
Change-Id: I638a8fdc13603448b96cc66e8cc517302ce04936
Diffstat (limited to 'gralloc')
-rw-r--r--gralloc/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc/framebuffer.cpp b/gralloc/framebuffer.cpp
index c44da5b..66fd2fe 100644
--- a/gralloc/framebuffer.cpp
+++ b/gralloc/framebuffer.cpp
@@ -35,7 +35,7 @@
#include <cutils/log.h>
#include <cutils/atomic.h>
-#if HAVE_ANDROID_OS
+#ifdef __ANDROID__
#include <linux/fb.h>
#endif