android: anv: add dependency on libnativewindow for O and later
authorMauro Rossi <issor.oruam@gmail.com>
Mon, 26 Feb 2018 12:42:47 +0000 (14:42 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Mon, 26 Feb 2018 12:49:06 +0000 (14:49 +0200)
commitd448954228e69fd1b4000ea13e28c2ba2832db13
tree4bb463498c76c3843a9ef182665b635a6856da58
parent9a508b719be32ef10ca929250b7aafba313104c6
android: anv: add dependency on libnativewindow for O and later

Similar to 90dd6e5 ("Android: egl: add dependency on libnativewindow")

Fixes the following building errors:

In file included from external/mesa/src/intel/vulkan/gen7_cmd_buffer.c:30:
In file included from external/mesa/src/intel/vulkan/anv_private.h:72:
external/mesa/include/vulkan/vk_android_native_buffer.h:22:10: fatal
error: 'system/window.h' file not found
         ^~~~~~~~~~~~~~~~~
1 error generated.
...
In file included from external/mesa/src/intel/vulkan/anv_gem.c:32:
In file included from external/mesa/src/intel/vulkan/anv_private.h:72:
external/mesa/include/vulkan/vk_android_native_buffer.h:22:10: fatal
error: 'system/window.h' file not found
         ^~~~~~~~~~~~~~~~~
1 error generated.

Cc: "18.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/intel/Android.vulkan.mk