summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri/Android.mk
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2020-08-10 17:07:03 +0200
committerMauro Rossi <issor.oruam@gmail.com>2020-08-10 21:35:31 +0200
commit166630f759246cc1a49ece8dc3feb4e3d6a777a2 (patch)
treeab0facfe7a81b2b2d7a07a1edd7e36e50394965f /src/gallium/targets/dri/Android.mk
parent41c9a2e740a3b4139d0ef8c86b2378b9fe2a9215 (diff)
android: pan/bi: Separate disasm/compiler targets
Fixes the following building errors: ld.lld: error: undefined symbol: bi_interp_mode_name >>> referenced by bi_print.c:207 (external/mesa/src/panfrost/bifrost/bi_print.c:207) ... ld.lld: error: undefined symbol: bi_round_mode_name >>> referenced by bi_print.c:285 (external/mesa/src/panfrost/bifrost/bi_print.c:285) ld.lld: error: undefined symbol: bi_clause_type_name >>> referenced by disassemble.c:142 (external/mesa/src/panfrost/bifrost/disassemble.c:142) ... ld.lld: error: undefined symbol: bi_ldst_type_name >>> referenced by disassemble.c:0 (external/mesa/src/panfrost/bifrost/disassemble.c:0) Fixes: 14bb72c68 ("pan/bi: Separate disasm/compiler targets") Signed-off-by: Mauro Rossi <issor.oruam@gmail.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6261>
Diffstat (limited to 'src/gallium/targets/dri/Android.mk')
-rw-r--r--src/gallium/targets/dri/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/Android.mk b/src/gallium/targets/dri/Android.mk
index 8e4e202dde1..a5a779176fd 100644
--- a/src/gallium/targets/dri/Android.mk
+++ b/src/gallium/targets/dri/Android.mk
@@ -62,6 +62,7 @@ LOCAL_STATIC_LIBRARIES += \
libfreedreno_perfcntrs \
libmesa_gallium \
libpanfrost_bifrost \
+ libpanfrost_bifrost_disasm \
libpanfrost_lib \
libpanfrost_midgard \
libpanfrost_midgard_disasm \