mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 20:00:20 +01:00
android: util: create some standalone compression helpers
Fixes the following building errors:
FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.android-x86_intermediates/LINKED/vulkan.radv.so
...
ld.lld: error: undefined symbol: util_compress_inflate
>>> referenced by disk_cache_os.c:459 (external/mesa/src/util/disk_cache_os.c:459)
...
ld.lld: error: undefined symbol: util_compress_max_compressed_len
>>> referenced by disk_cache_os.c:614 (external/mesa/src/util/disk_cache_os.c:614)
...
ld.lld: error: undefined symbol: util_compress_deflate
>>> referenced by disk_cache_os.c:622 (external/mesa/src/util/disk_cache_os.c:622)
Fixes: d7ecbd5bf8 ("util: create some standalone compression helpers")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9613>
This commit is contained in:
parent
edbbf4537b
commit
1b9d8d7fdf
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ MESA_UTIL_FILES := \
|
|||
build_id.h \
|
||||
cnd_monotonic.h \
|
||||
compiler.h \
|
||||
compress.c \
|
||||
compress.h \
|
||||
crc32.c \
|
||||
crc32.h \
|
||||
dag.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue