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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user