mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium/util: Don't stub u_debug_stack on Android
The fallback path for no libunwind ends up being stubs for Android. Don't compile them in so we can provide our own implementation. Signed-off-by: Stefan Schake <stschake@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
dd069e9b41
commit
2abd4f4b49
1 changed files with 2 additions and 1 deletions
|
|
@ -193,7 +193,8 @@ debug_backtrace_print(FILE *f,
|
|||
frame_ip(&backtrace[i]));
|
||||
}
|
||||
}
|
||||
|
||||
#elif defined(ANDROID)
|
||||
/* Not implemented here; see u_debug_stack_android.cpp */
|
||||
#else /* ! HAVE_LIBUNWIND */
|
||||
|
||||
#if defined(PIPE_OS_WINDOWS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue