android: anv: add libmesa_intel_dev static dependency

Fixes the following building errors:

external/mesa/src/intel/vulkan/anv_device.c:300: error: undefined reference to 'gen_get_pci_device_id_override'
external/mesa/src/intel/vulkan/anv_device.c:312: error: undefined reference to 'gen_get_device_name'
external/mesa/src/intel/vulkan/anv_device.c:313: error: undefined reference to 'gen_get_device_info'
clang.real: error: linker command failed with exit code 1 (use -v to see invocation)

Fixes: 272bef0601 "intel: Split gen_device_info out into libintel_dev"
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
Mauro Rossi 2018-03-07 00:15:15 +01:00 committed by Tapani Pälli
parent 1fdb21541e
commit 487f8d48c9

View file

@ -300,6 +300,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
libmesa_blorp \
libmesa_compiler \
libmesa_intel_common \
libmesa_intel_dev \
libmesa_vulkan_common \
libmesa_anv_gen7 \
libmesa_anv_gen75 \