Skip to content

android: util/fossilize_db: add missing sources to Makefile.sources

maurossi requested to merge issor.oruam/mesa:android_foz_w07 into master

Fixes the following building errors:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/i915_dri_intermediates/LINKED/i915_dri.so ld.lld: error: undefined symbol: foz_read_entry

referenced by disk_cache_os.c:945 (external/mesa/src/util/disk_cache_os.c:945) ld.lld: error: undefined symbol: foz_write_entry referenced by disk_cache_os.c:951 (external/mesa/src/util/disk_cache_os.c:951)

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.anv_intermediates/LINKED/vulkan.anv.so FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.radv_intermediates/LINKED/vulkan.radv.so ld.lld: error: undefined symbol: foz_destroy

referenced by disk_cache.c:237 (external/mesa/src/util/disk_cache.c:237) ld.lld: error: undefined symbol: foz_read_entry referenced by disk_cache_os.c:945 (external/mesa/src/util/disk_cache_os.c:945) ld.lld: error: undefined symbol: foz_write_entry referenced by disk_cache_os.c:951 (external/mesa/src/util/disk_cache_os.c:951)

Fixes: eca6bb95 ("util/fossilize_db: add basic fossilize db util to read/write shader caches")

Merge request reports