Skip to content

android: anv: add libcutils shared dependency

maurossi requested to merge issor.oruam/mesa:android_anv_w11 into master

My previous patch merged as 2b1930a5 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: eeecc21d ("util: Add property_get() fallback for android") Fixes: 2b1930a5 ("android: radv: add libcutils shared dependency")

Merge request reports