projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d8ff5
)
Lose HAVE_ANDROID_OS from hardware/samsung_slsi/exynos5.
author
Elliott Hughes
<enh@google.com>
Wed, 12 Aug 2015 23:41:22 +0000
(16:41 -0700)
committer
Elliott Hughes
<enh@google.com>
Wed, 12 Aug 2015 23:41:22 +0000
(16:41 -0700)
Change-Id: I638a8fdc13603448b96cc66e8cc517302ce04936
gralloc/framebuffer.cpp
patch
|
blob
|
blame
|
history
diff --git
a/gralloc/framebuffer.cpp
b/gralloc/framebuffer.cpp
index 82a36bccccd573afc2d0e92e8d281c2f03ab7ddb..86db0302e5555b9c28112ffeda8e8496f8240e04 100644
(file)
--- a/
gralloc/framebuffer.cpp
+++ b/
gralloc/framebuffer.cpp
@@
-35,7
+35,7
@@
#include <cutils/log.h>
#include <cutils/atomic.h>
-#if
HAVE_ANDROID_OS
+#if
def __ANDROID__
#include <linux/fb.h>
#endif