From 4710b05b4762c21b8d5e7ea5050aa31998cfeb12 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Aug 2015 16:41:22 -0700 Subject: [PATCH] Lose HAVE_ANDROID_OS from hardware/samsung_slsi/exynos5. Change-Id: I638a8fdc13603448b96cc66e8cc517302ce04936 --- gralloc/framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gralloc/framebuffer.cpp b/gralloc/framebuffer.cpp index 82a36bc..86db030 100644 --- a/gralloc/framebuffer.cpp +++ b/gralloc/framebuffer.cpp @@ -35,7 +35,7 @@ #include #include -#if HAVE_ANDROID_OS +#ifdef __ANDROID__ #include #endif -- 2.20.1