gallium/util: Don't stub u_debug_stack on Android
authorStefan Schake <stschake@gmail.com>
Sun, 15 Apr 2018 22:45:16 +0000 (00:45 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 20 Apr 2018 15:49:37 +0000 (18:49 +0300)
commit2abd4f4b497d8a37c01df5d1466703186579afec
treef921b4823766bf7b3f579d0350c7effdf0d0ccf8
parentdd069e9b41cb667cc6290417a7ce83e1f9ab1349
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>
src/gallium/auxiliary/util/u_debug_stack.c