docs/android: default to use -Dandroid-libbacktrace=disabled

Since Android 14 (api level 34), libbacktrace has been dropped. The MESA
Android doc has already been updated to use api level 34, so we should
have it disabled accordingly.

Reviewed-by: Antonio Ospite <antonio.ospite@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36961>
This commit is contained in:
Yiwei Zhang 2025-08-23 16:27:39 -07:00 committed by Marge Bot
parent 791a57805c
commit 9239160a29

View file

@ -88,6 +88,7 @@ one cross-compiling the turnip driver for a stock Pixel phone)
-Dplatforms=android \
-Dplatform-sdk-version=34 \
-Dandroid-stub=true \
-Dandroid-libbacktrace=disabled \
-Degl=disabled \
-Dgallium-drivers= \
-Dvulkan-drivers=freedreno \