android: anv: add libcutils shared dependency
My previous patch merged as2b1930a50a
was incomplete Fixes the following building error: FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/vulkan.anv_intermediates/LINKED/vulkan.anv.so ... ld.lld: error: undefined symbol: property_get >>> referenced by os_misc.c:193 (external/mesa/src/util/os_misc.c:193) >>> os_misc.o:(os_get_option) in archive out/target/product/x86_64/obj/STATIC_LIBRARIES/libmesa_util_intermediates/libmesa_util.a Cc: 21.0 <mesa-stable@lists.freedesktop.org> Fixes:eeecc21d93
("util: Add property_get() fallback for android") Fixes:2b1930a50a
("android: radv: add libcutils shared dependency") Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9744>
This commit is contained in:
@@ -302,7 +302,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
||||
libmesa_anv_gen125 \
|
||||
libmesa_intel_compiler
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := $(ANV_SHARED_LIBRARIES) libz libsync liblog
|
||||
LOCAL_SHARED_LIBRARIES := $(ANV_SHARED_LIBRARIES) libz libsync liblog libcutils
|
||||
LOCAL_HEADER_LIBRARIES += $(VULKAN_COMMON_HEADER_LIBRARIES)
|
||||
|
||||
# If Android version >=8 MESA should static link libexpat else should dynamic link
|
||||
|
Reference in New Issue
Block a user