[Mesa-dev] [PATCH] android: fix vulkan build issues with anv_entrypoints

Emil Velikov emil.l.velikov at gmail.com
Thu Mar 23 12:00:35 UTC 2017


On 23 March 2017 at 11:50, Tapani Pälli <tapani.palli at intel.com> wrote:

> @@ -179,11 +180,11 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
>
>  LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_entrypoints.c
>
> -$(intermediates)/vulknan/anv_entrypoints.c:

Please add a note vaguely like below:

# The rule generates both C and H files, but due to some strange
reason generating the files once leads to link-time issues.
# Work around create them here as well - we're safe from race
conditions since they are stored in another location.

With that
Acked-by: Emil Velikov <emil.velikov at collabora.com>

Thanks
Emil


More information about the mesa-dev mailing list