android: anv: fix libexpat shared dependency
Fixes undefined reference building errors for XML_* functions Signed-off-by: Mauro Rossi <issor.oruam@gmail.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Cc: "19.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -318,7 +318,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||||||
libmesa_intel_compiler \
|
libmesa_intel_compiler \
|
||||||
libmesa_anv_entrypoints
|
libmesa_anv_entrypoints
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := $(ANV_SHARED_LIBRARIES) libz libsync liblog
|
LOCAL_SHARED_LIBRARIES := $(ANV_SHARED_LIBRARIES) libexpat libz libsync liblog
|
||||||
|
|
||||||
include $(MESA_COMMON_MK)
|
include $(MESA_COMMON_MK)
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
Reference in New Issue
Block a user