OSDN Git Service

Fix build problem when including hal and egl to same c file
authorPauli Nieminen <pauli.nieminen@linux.intel.com>
Tue, 15 Nov 2011 18:33:05 +0000 (20:33 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 9 Dec 2013 14:29:07 +0000 (22:29 +0800)
commit39431723038a5e792bc296506280a0ed7f050328
tree71c627f87a66fb3d5ab41019bf83bf05eca80b05
parentdf10b8492590ec29a63773ae760b9bbdb1474c4b
Fix build problem when including hal and egl to same c file

If including hal and egl headers to same c file compilation files
because ANativeWindow type is defined in two headers. In HC egl didn't
include system/core/include/system/window.h which hid the type conflict.

Change-Id: Icaf7b29f913f3d7fa8f6d70bb196585d22e7d05c
Original-Change-Id: Icd37329d80fb4e8b9baf9015c9b00e43ebc4f76b
Signed-off-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
include/android/native_window.h