android: anv: Remove anv_intel.c from Makefile.sources

Fixes the following building error:

clang: error: no such file or directory: 'external/mesa/src/intel/vulkan/anv_intel.c'
clang: error: no input files

Fixes: 5e6db19168 "anv: Remove vkCreateDmaBufINTEL (v4)"
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10119>
This commit is contained in:
Mauro Rossi 2021-04-08 23:29:12 +02:00
parent cd6f8ce4a7
commit 496b04389b

View file

@ -269,7 +269,6 @@ VULKAN_FILES := \
vulkan/anv_formats.c \
vulkan/anv_genX.h \
vulkan/anv_image.c \
vulkan/anv_intel.c \
vulkan/anv_measure.c \
vulkan/anv_measure.h \
vulkan/anv_nir.h \