mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
android: pan/bi: reorder static dependencies in gallium/dri
libpanfrost_lib depends on libpanfrost_bifrost for 'bifrost_compile_shader_nir' symbol
libpanfrost_lib depends on libpanfrost_bifrost_disasm for 'disassemble_bifrost' symbol
LOCAL_STATIC_LIBRARIES requires proper ordering to make the symbols available
Fixes the following building error happening with Android P:
FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
external/mesa/src/panfrost/lib/decode.c:534: error: undefined reference to 'disassemble_bifrost'
external/mesa/src/panfrost/lib/pan_shader.c:145: error: undefined reference to 'bifrost_compile_shader_nir'
Cc: 20.3 21.0 <mesa-stable@lists.freedesktop.org>
Fixes: 166630f ("android: pan/bi: Separate disasm/compiler targets")
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9265>
This commit is contained in:
parent
f65a7a8aa3
commit
97b7786e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,9 +63,9 @@ LOCAL_STATIC_LIBRARIES += \
|
|||
libfreedreno_ir3 \
|
||||
libfreedreno_perfcntrs \
|
||||
libmesa_gallium \
|
||||
libpanfrost_lib \
|
||||
libpanfrost_bifrost \
|
||||
libpanfrost_bifrost_disasm \
|
||||
libpanfrost_lib \
|
||||
libpanfrost_midgard \
|
||||
libpanfrost_midgard_disasm \
|
||||
libpanfrost_shared \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue