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

Tapani Pälli tapani.palli at intel.com
Thu Oct 11 05:16:52 UTC 2018


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 <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
> 


More information about the mesa-dev mailing list