Module: Mesa
Branch: main
Commit: 6f654d532b7f3910be92393c23d1fedb96b22bca
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f654d532b7f3910be92393c23d1fedb96b22bca

Author: Eric Engestrom <[email protected]>
Date:   Fri Mar  3 16:42:06 2023 +0000

tu: add linker script to fix android symbols

Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Yiwei Zhang <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21631>

---

 src/freedreno/vulkan/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/freedreno/vulkan/meson.build b/src/freedreno/vulkan/meson.build
index 641106791cb..2441b281fec 100644
--- a/src/freedreno/vulkan/meson.build
+++ b/src/freedreno/vulkan/meson.build
@@ -136,7 +136,8 @@ libvulkan_freedreno = shared_library(
   ],
   c_args : [no_override_init_args, tu_flags],
   gnu_symbol_visibility : 'hidden',
-  link_args : [ld_args_bsymbolic, ld_args_gc_sections, ld_args_build_id],
+  link_args : [vulkan_icd_link_args, ld_args_bsymbolic, ld_args_gc_sections, 
ld_args_build_id],
+  link_depends : vulkan_icd_link_depends,
   install : true,
 )
 

Reply via email to