mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
Add libzstd static library.
From AOSP 15, getting linking error as "ld.lld: error: undefined symbol: ZSTD_*" during compilation. libzstd will link as static library to libelf and this libelf is being included in mesa3d. https://android-review.googlesource.com/c/platform/external/elfutils/+/2826411 is the patch from AOSP which is causing build issue. Signed-off-by: Jayanth Vutukuri <Jayanth.Vutukuri@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34522>
This commit is contained in:
parent
de78a75f13
commit
ba64e92641
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ LOCAL_SHARED_LIBRARIES += \
|
|||
libutils
|
||||
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 35; echo $$?), 0)
|
||||
LOCAL_SHARED_LIBRARIES += libui
|
||||
LOCAL_STATIC_LIBRARIES += libzstd
|
||||
MESON_GEN_PKGCONFIGS += ui
|
||||
endif
|
||||
MESON_GEN_PKGCONFIGS += android.hardware.graphics.mapper:4.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue