mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
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:
parent
791a57805c
commit
9239160a29
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue