Android: egl: add dependency on libnativewindow
authorRob Herring <robh@kernel.org>
Thu, 26 Oct 2017 19:18:22 +0000 (14:18 -0500)
committerRob Herring <robh@kernel.org>
Thu, 26 Oct 2017 21:06:53 +0000 (16:06 -0500)
commit90dd6e5bb9f490a5ba8b86c6b0145554fc8d8a84
tree65fb3c21782acd3d0374ec7935b9a9e3182b9114
parenteb3bb03b34da02f2e368e84833a037afa7379476
Android: egl: add dependency on libnativewindow

system/window.h is no longer available by default and is part of
libnativewindow, so add it to the shared libraries. It has to be conditional
because the library is only present in O and later.

Really, we should only be depending on vndk/window.h now, but that's only
in O and changing would be pretty invasive.

Signed-off-by: Rob Herring <robh@kernel.org>
src/egl/Android.mk