android: freedreno/ir3: Switch over to new encoder/decoder

Fixes the following building error:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
ld.lld: error: undefined symbol: isa_assemble
>>> referenced by ir3_shader.c:151 (external/mesa/src/freedreno/ir3/ir3_shader.c:151)
...
ld.lld: error: undefined symbol: isa_decode
>>> referenced by ir3_shader.c:668 (external/mesa/src/freedreno/ir3/ir3_shader.c:668)

Fixes: 5cae4779c ("freedreno/ir3: Switch over to new encoder/decoder")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8538>
This commit is contained in:
Mauro Rossi 2021-01-16 21:46:23 +01:00
parent 7c0298e2fe
commit b53d404aa7
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/freedreno/ir3 \
$(intermediates)/ir3
LOCAL_WHOLE_STATIC_LIBRARIES := \
libir3decode \
libir3encode
# We need libmesa_nir to get NIR's generated include directories.
LOCAL_STATIC_LIBRARIES := \
libmesa_nir