[Mesa-dev] [PATCH] anv/android: we need git_sha1.h in include paths
Eric Engestrom
eric.engestrom at intel.com
Thu Oct 11 11:22:16 UTC 2018
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 path?
If so:
Acked-by: Eric Engestrom <eric.engestrom at intel.com>
>
> 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 <tapani.palli at intel.com>
> > ---
> > 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.mk
> > +++ b/src/intel/Android.vulkan.mk
> > @@ -246,6 +246,7 @@ LOCAL_C_INCLUDES := \
> > LOCAL_WHOLE_STATIC_LIBRARIES := \
> > libmesa_anv_entrypoints \
> > libmesa_genxml \
> > + libmesa_git_sha1 \
> > libmesa_vulkan_util
> > # The rule generates both C and H files, but due to some strange
> >
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list