mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
android: fix build failure with libbacktrace
because848e7b94commit cause.it modify u_debug_stack_android.cpp location from src/gallium/auxiliary/util to src/util but Android.mk not modify Fixes:848e7b94("Move stack debug functions to src/util") Signed-off-by: cheyang <cheyang@bytedance.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7851> (cherry picked from commit83d1e2efd0)
This commit is contained in:
parent
15f44439fd
commit
a82561ec7f
2 changed files with 4 additions and 2 deletions
|
|
@ -148,7 +148,7 @@
|
|||
"description": "android: fix build failure with libbacktrace",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "848e7b947d0d505d54d27780b052e5532c721678"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ LOCAL_SRC_FILES := \
|
|||
$(VL_STUB_SOURCES)
|
||||
|
||||
ifeq ($(USE_LIBBACKTRACE),true)
|
||||
LOCAL_SRC_FILES += util/u_debug_stack_android.cpp
|
||||
LOCAL_CFLAGS += -DHAVE_ANDROID_PLATFORM
|
||||
LOCAL_SHARED_LIBRARIES += libbacktrace
|
||||
LOCAL_SRC_FILES += ../../util/u_debug_stack_android.cpp
|
||||
endif
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue