android: vulkan/util: add vk_descriptors.{c,h} to Makefile.sources
authorMauro Rossi <issor.oruam@gmail.com>
Mon, 22 Mar 2021 23:35:58 +0000 (00:35 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 23 Mar 2021 19:29:55 +0000 (20:29 +0100)
commitcd1d8b437176e0cce1bd65f1aa4757b2930a6d34
treea83bf1b907f382f3ad7b591dc489b9f0db617e9f
parentcd135b877db239e70e50922955218106d32bac00
android: vulkan/util: add vk_descriptors.{c,h} to Makefile.sources

Fixes the following building errors:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.radv_intermediates/LINKED/vulkan.radv.so
...
ld.lld: error: undefined symbol: vk_create_sorted_bindings
>>> referenced by radv_descriptor_set.c:158 (external/mesa/src/amd/vulkan/radv_descriptor_set.c:158)
...
ld.lld: error: undefined symbol: vk_create_sorted_bindings
>>> referenced by radv_descriptor_set.c:340 (external/mesa/src/amd/vulkan/radv_descriptor_set.c:340)

Fixes: ad241b15a9e5 ("vk: consolidate dynamic descriptor binding sorting")
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9766>
src/vulkan/Makefile.sources