Re: [Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths

2018-10-12 Thread Emil Velikov
On Thu, 11 Oct 2018 at 18:35, Tapani Pälli wrote: > On 10/11/18 2:22 PM, Eric Engestrom wrote: > > On Thursday, 2018-10-11 08:16:52 +0300, Tapani Pälli wrote: > >> ping ... this fixes Android build as anv_device.c started to include > >> "git_sha1.h" but build does not currently pass the path to t

Re: [Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths

2018-10-11 Thread Tapani Pälli
On 10/11/18 2:22 PM, Eric Engestrom wrote: On Thursday, 2018-10-11 08:16:52 +0300, Tapani Pälli wrote: ping ... this fixes Android build as anv_device.c started to include "git_sha1.h" but build does not currently pass the path to this header. I don't know much about the android build system

Re: [Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths

2018-10-11 Thread Eric Engestrom
On Thursday, 2018-10-11 08:16:52 +0300, Tapani Pälli wrote: > ping ... this fixes Android build as anv_device.c started to include > "git_sha1.h" but build does not currently pass the path to this header. I don't know much about the android build system; is this the right way to add a -I include p

Re: [Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths

2018-10-10 Thread Tapani Pälli
ping ... this fixes Android build as anv_device.c started to include "git_sha1.h" but build does not currently pass the path to this header. On 10/3/18 1:46 PM, Tapani Pälli wrote: Fixes: e4538b9 "anv: Implement VK_KHR_driver_properties" Signed-off-by: Tapani Pälli --- src/intel/Android.vulk

[Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths

2018-10-03 Thread Tapani Pälli
Fixes: e4538b9 "anv: Implement VK_KHR_driver_properties" Signed-off-by: Tapani Pälli --- src/intel/Android.vulkan.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/Android.vulkan.mk b/src/intel/Android.vulkan.mk index 8dc20149784..03120cf48a0 100644 --- a/src/intel/Android.vulkan.m